Skip to content

Commit

Permalink
#805 - Adress the latest target sdk version (35)= for android
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Oct 5, 2024
1 parent f843b4f commit 9ac7a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 26
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 9ac7a35

Please sign in to comment.