android: build.gradle: Bump minimum version to 26.

This commit is contained in:
bunnei 2020-03-10 22:59:26 -04:00 committed by xperia64
parent c4cf1a9317
commit 464ae4b70a

View File

@ -29,7 +29,7 @@ android {
defaultConfig {
// TODO If this is ever modified, change application_id in strings.xml
applicationId "org.citra.citra_emu"
minSdkVersion 21
minSdkVersion 26
targetSdkVersion 28
versionCode autoVersion
}