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-24 15:43:52 -04:00
committed by Simonx22
parent 2871fe08c9
commit 9d9b6d8705
3 changed files with 6 additions and 6 deletions
+2 -2
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()