From a46dc71156595b19d0ce70866d01b917f7f115e8 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 23 Sep 2024 18:01:21 +0200 Subject: [PATCH] android: target android 14 / sdk 34 --- shell/android-studio/flycast/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/android-studio/flycast/build.gradle b/shell/android-studio/flycast/build.gradle index 545c5731d..042533a8c 100644 --- a/shell/android-studio/flycast/build.gradle +++ b/shell/android-studio/flycast/build.gradle @@ -19,13 +19,13 @@ def getSentryUrl = { -> android { namespace 'com.flycast.emulator' ndkVersion '23.2.8568313' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "com.flycast.emulator" minSdk 16 //noinspection ExpiredTargetSdkVersion - targetSdk 33 + targetSdk 34 versionCode 8 versionName getVersionName() vectorDrawables.useSupportLibrary = true