mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-08 10:35:41 +00:00
fix compile error
This commit is contained in:
parent
db32536a0e
commit
7b23c6dc9e
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ android {
|
|||
buildTypes {
|
||||
getByName("release") {
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = true
|
||||
isShrinkResources = false
|
||||
isDebuggable = false
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue