diff options
| author | Simonx22 <simon@oatmealdome.me> | 2026-07-12 10:17:29 -0400 |
|---|---|---|
| committer | Simonx22 <simon@oatmealdome.me> | 2026-07-12 10:17:39 -0400 |
| commit | aeb3fec03aa31fbd14420c10653b27999feffc7d (patch) | |
| tree | 0088a7a75a00324f52cda337814ec2f38133dd86 /Source/Android/app | |
| parent | 6de526c684ee6dd8b6fc3447dae858ae480ccbb5 (diff) | |
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.
Diffstat (limited to 'Source/Android/app')
| -rw-r--r-- | Source/Android/app/build.gradle.kts | 12 |
1 files changed, 3 insertions, 9 deletions
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) |
