diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 57715c02dc..b798bc08a9 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -25,7 +25,7 @@ android { // TODO If this is ever modified, change application_id in strings.xml applicationId "org.dolphinemu.dolphinemu" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode(getBuildVersionCode()) diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 9074dfb3da..3b68ccebea 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -35,6 +35,7 @@ android:label="@string/app_name" android:icon="@drawable/ic_launcher" android:requestLegacyExternalStorage="true" + android:preserveLegacyExternalStorage="true" android:allowBackup="false" android:supportsRtl="true" android:isGame="true"