Merge pull request #10212 from JosJuice/android-12

Android: Increase targetSdkVersion to 31 (Android 12)
This commit is contained in:
Mai M
2022-01-06 04:01:00 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,6 @@
android:name="android.permission.VIBRATE"
android:required="false"/>
<!-- Once compileSdkVersion is 31, add: android:dataExtractionRules="@xml/backup_rules_api_31" -->
<application
android:name=".DolphinApplication"
android:label="@string/app_name"
@ -38,6 +37,7 @@
android:preserveLegacyExternalStorage="true"
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"
android:dataExtractionRules="@xml/backup_rules_api_31"
android:supportsRtl="true"
android:isGame="true"
android:banner="@drawable/banner_tv"