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
2 changed files with 2 additions and 1 deletions

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"