Skip to content

Commit

Permalink
Merge pull request #18717 from hrydgard/gradle-deprecations
Browse files Browse the repository at this point in the history
Fix some gradle deprecation warnings
  • Loading branch information
hrydgard committed Jan 17, 2024
2 parents 1f3da05 + 01370ab commit 8b5f932
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ android {
}
buildFeatures {
aidl true
buildConfig true
}
}
afterEvaluate {
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true

0 comments on commit 8b5f932

Please sign in to comment.