Skip to content

Commit

Permalink
Increase compileSdk and targetSdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 committed Dec 8, 2019
1 parent 4c5be2c commit ed01e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/constants.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project.ext {

compileSdk = 28
targetSdk = 28
compileSdk = 29
targetSdk = 29
minSdk = 21

appCompatLibraryVersion = "1.1.0"
Expand Down

0 comments on commit ed01e77

Please sign in to comment.