Merge pull request #8461 from Simonx22/SdkVersion

Android: Update target Android SdkVersion to 28
This commit is contained in:
JosJuice 2019-11-14 13:22:33 +01:00 committed by GitHub
commit c1818c3e6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 27
compileSdkVersion 28
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@ -22,7 +22,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId "org.dolphinemu.dolphinemu"
minSdkVersion 21
targetSdkVersion 27
targetSdkVersion 28
versionCode(getBuildVersionCode())