mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 03:21:38 +12:00
Add proper proguard rules (#412)
* add proper proguard-rules * enable apk optimisations * Android: Remove duplicate proguard rule * derp --------- Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
This commit is contained in:
parent
505abbe532
commit
267b1b3cc8
2 changed files with 16 additions and 13 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