Skip to content

Commit

Permalink
chore(wallet-mobile): bumped target sdk to 34 as requested on store
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Sep 4, 2024
1 parent 8c8605f commit 5b4f539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "33.0.2"
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
targetSdkVersion = 34
kotlinVersion = "1.7.0"
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
Expand Down

0 comments on commit 5b4f539

Please sign in to comment.