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

This commit is contained in:
bunnei 2020-03-10 22:59:26 -04:00
parent ffc7e6acc3
commit 8fac89e7c8

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
}