Skip to content

Commit

Permalink
chore(android-template): update targetSdkVersion to 33 (#6328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored and markemer committed Apr 17, 2023
1 parent 4caf347 commit 4305085
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 = 32
targetSdkVersion = 32
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.4.0'
androidxAppCompatVersion = '1.4.2'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down

0 comments on commit 4305085

Please sign in to comment.