Android: Bump SDK to 36 and Gradle to 8.13

Starting August 31, 2025, targeting at least Android 15 (API level 35) will be required: https://support.google.com/googleplay/android-developer/answer/11926878
This commit sets the target SDK to API level 36 (Android 16), the latest available version.
This commit is contained in:
Simon
2025-07-01 17:39:16 -04:00
committed by Simonx22
parent 2871fe08c9
commit 9d9b6d8705
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ plugins {
@Suppress("UnstableApiUsage")
android {
compileSdkVersion = "android-34"
compileSdkVersion = "android-36"
ndkVersion = "27.0.12077973"
buildFeatures {
@ -40,7 +40,7 @@ android {
defaultConfig {
applicationId = "org.dolphinemu.dolphinemu"
minSdk = 21
targetSdk = 34
targetSdk = 36
versionCode = getBuildVersionCode()

View File

@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.9.0" apply false
id("com.android.library") version "8.9.0" apply false
id("com.android.application") version "8.11.0" apply false
id("com.android.library") version "8.11.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
id("com.android.test") version "8.9.0" apply false
id("com.android.test") version "8.11.0" apply false
id("androidx.baselineprofile") version "1.3.3" apply false
}

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME