android: Bump minimum version to Android 11
This commit is contained in:
parent
2728262bb4
commit
6f98a03dd2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue