Merge pull request #18717 from hrydgard/gradle-deprecations

Fix some gradle deprecation warnings
This commit is contained in:
Henrik Rydgård 2024-01-18 00:09:59 +01:00 committed by GitHub
commit 8b5f9328fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -48,8 +48,7 @@
android:isGame="true"
android:banner="@drawable/tv_banner"
android:requestLegacyExternalStorage="true"
android:preserveLegacyExternalStorage="true"
android:extractNativeLibs="true">
android:preserveLegacyExternalStorage="true">
<meta-data android:name="android.max_aspect" android:value="2.4" />
<activity
android:name=".PpssppActivity"

View file

@ -190,6 +190,7 @@ android {
}
buildFeatures {
aidl true
buildConfig true
}
}
afterEvaluate {

View file

@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true