Merge pull request #8953 from JosJuice/android-target-sdk-29

Android: Increase targetSdkVersion to 29
This commit is contained in:
LC 2020-07-14 12:51:44 -04:00 committed by GitHub
commit b6ee3228be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId "org.dolphinemu.dolphinemu"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode(getBuildVersionCode())

View File

@ -32,6 +32,7 @@
android:name=".DolphinApplication"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:requestLegacyExternalStorage="true"
android:allowBackup="false"
android:supportsRtl="true"
android:isGame="true"