Skip to content

Commit

Permalink
chore(android-template): Bump compile/target SDK version to 35 (#7693)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-horodyski authored Oct 2, 2024
1 parent 94cb127 commit 5bd8551
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 = 23
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down

0 comments on commit 5bd8551

Please sign in to comment.