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.
This commit is contained in:
Simonx22
2026-07-12 10:17:29 -04:00
parent 6de526c684
commit aeb3fec03a
10 changed files with 107 additions and 137 deletions

View File

@@ -7,7 +7,7 @@ plugins {
android {
namespace = "org.dolphinemu.baselineprofile"
compileSdk = 36
compileSdk = 37
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
@@ -16,7 +16,7 @@ android {
defaultConfig {
minSdk = 28
targetSdk = 36
targetSdk = 37
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}