From 386d1fc98aa4758922e078868f9f53f3a3da2586 Mon Sep 17 00:00:00 2001 From: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:12:53 +0100 Subject: [PATCH] chore(wallet-mobile): bumped target sdk to 34 as requested on store (#3584) --- apps/wallet-mobile/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"