Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #8953 from JosJuice/android-target-sdk-29
Android: Increase targetSdkVersion to 29
  • Loading branch information
lioncash committed Jul 14, 2020
2 parents a98df56 + 95945a0 commit b6ee322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Android/app/build.gradle
Expand Up @@ -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())

Expand Down
1 change: 1 addition & 0 deletions Source/Android/app/src/main/AndroidManifest.xml
Expand Up @@ -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"
Expand Down

0 comments on commit b6ee322

Please sign in to comment.