Skip to content

Commit

Permalink
feat(cli): set targetSDK to 31 in android-template (#5443)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Feb 21, 2022
1 parent 11b648d commit 8793c58
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 = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 31
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
Expand Down

0 comments on commit 8793c58

Please sign in to comment.