mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-21 02:05: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 {
|
||||
release {
|
||||
isMinifyEnabled = false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:isGame="true"
|
||||
android:hardwareAccelerated="true"
|
||||
android:theme="@style/Theme.Pandroid"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue