mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #18717 from hrydgard/gradle-deprecations
Fix some gradle deprecation warnings
This commit is contained in:
commit
8b5f9328fb
3 changed files with 2 additions and 3 deletions
|
@ -48,8 +48,7 @@
|
||||||
android:isGame="true"
|
android:isGame="true"
|
||||||
android:banner="@drawable/tv_banner"
|
android:banner="@drawable/tv_banner"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:preserveLegacyExternalStorage="true"
|
android:preserveLegacyExternalStorage="true">
|
||||||
android:extractNativeLibs="true">
|
|
||||||
<meta-data android:name="android.max_aspect" android:value="2.4" />
|
<meta-data android:name="android.max_aspect" android:value="2.4" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".PpssppActivity"
|
android:name=".PpssppActivity"
|
||||||
|
|
|
@ -190,6 +190,7 @@ android {
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
aidl true
|
aidl true
|
||||||
|
buildConfig true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
org.gradle.jvmargs=-Xmx1536M
|
org.gradle.jvmargs=-Xmx1536M
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.nonFinalResIds=true
|
android.nonFinalResIds=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue