Merge pull request #14453 from Simonx22/android/bump-minsdk-to-24

Android: Raise minSdk to 24 (Android 7.0)
This commit is contained in:
OatmealDome
2026-03-15 14:22:44 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ android {
defaultConfig {
applicationId = "org.dolphinemu.dolphinemu"
minSdk = 21
minSdk = 24
targetSdk = 36
versionCode = getBuildVersionCode()