mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-10 18:18:41 +00:00
enable apk optimisations
This commit is contained in:
parent
1151f4a06a
commit
23d74816a2
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ android {
|
|||
|
||||
buildTypes {
|
||||
getByName("release") {
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = false
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
isDebuggable = false
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
proguardFiles(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue