diff --git a/apps/wallet-mobile/android/build.gradle b/apps/wallet-mobile/android/build.gradle index c954eaf929..fbd6123b0c 100644 --- a/apps/wallet-mobile/android/build.gradle +++ b/apps/wallet-mobile/android/build.gradle @@ -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"