mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-09 02:55:47 +00:00
try to fix release build instant crashes
This commit is contained in:
parent
89dca11b18
commit
db32536a0e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = true
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
proguardFiles(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue