android: Bump minimum version to Android 11

This commit is contained in:
Charles Lombardo 2023-04-19 13:37:09 -04:00 committed by bunnei
parent a7c006b45e
commit a31b661878

View file

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