Skip to content

Commit

Permalink
feat(cli): set targetSDK to 32 in android-template (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 13, 2022
1 parent 4e8f895 commit 8b8be47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-template/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 32
targetSdkVersion = 32
androidxActivityVersion = '1.4.0'
androidxAppCompatVersion = '1.4.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down

0 comments on commit 8b8be47

Please sign in to comment.