From aeb3fec03aa31fbd14420c10653b27999feffc7d Mon Sep 17 00:00:00 2001 From: Simonx22 Date: Sun, 12 Jul 2026 10:17:29 -0400 Subject: Android: Update dependencies and build tools Update Android dependencies and build tools to their latest available versions. Rename the GameCube save magic constant to avoid a collision with the NDK 30 ARM64 signal context header. --- Source/Android/app/build.gradle.kts | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Source/Android/app') diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts index 11473af09f..64abfd0037 100644 --- a/Source/Android/app/build.gradle.kts +++ b/Source/Android/app/build.gradle.kts @@ -7,8 +7,8 @@ plugins { @Suppress("UnstableApiUsage") android { - compileSdk = 36 - ndkVersion = "29.0.14206865" + compileSdk = 37 + ndkVersion = "30.0.15729638" buildFeatures { compose = true @@ -38,7 +38,7 @@ android { defaultConfig { applicationId = "org.dolphinemu.dolphinemu" minSdk = 24 - targetSdk = 36 + targetSdk = 37 versionCode = getBuildVersionCode() @@ -118,12 +118,6 @@ android { } } -kotlin { - compilerOptions { - freeCompilerArgs.add("-Xannotation-default-target=param-property") - } -} - dependencies { baselineProfile(project(":benchmark")) coreLibraryDesugaring(libs.desugar.jdk.libs) -- cgit v1.2.3