Parcourir la source

android: Bump minimum version to Android 11

Charles Lombardo il y a 3 ans
Parent
commit
f5c48f92f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/android/app/build.gradle.kts

+ 1 - 1
src/android/app/build.gradle.kts

@@ -45,7 +45,7 @@ android {
     defaultConfig {
     defaultConfig {
         // TODO If this is ever modified, change application_id in strings.xml
         // TODO If this is ever modified, change application_id in strings.xml
         applicationId = "org.yuzu.yuzu_emu"
         applicationId = "org.yuzu.yuzu_emu"
-        minSdk = 28
+        minSdk = 30
         targetSdk = 33
         targetSdk = 33
         versionCode = autoVersion
         versionCode = autoVersion
         versionName = getVersion()
         versionName = getVersion()