mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 18:25:21 +12:00
apk optimisations
This commit is contained in:
parent
62cbe4d031
commit
ef9f87b7fa
2 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,8 @@ android {
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
isMinifyEnabled = false
|
minifyEnabled true
|
||||||
|
shrinkResources true
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||||
"proguard-rules.pro"
|
"proguard-rules.pro"
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
|
android:isGame="true"
|
||||||
|
android:hardwareAccelerated="true"
|
||||||
android:theme="@style/Theme.Pandroid"
|
android:theme="@style/Theme.Pandroid"
|
||||||
tools:targetApi="31">
|
tools:targetApi="31">
|
||||||
<activity
|
<activity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue