mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-11 20:15:42 +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 {
|
buildTypes {
|
||||||
getByName("release") {
|
getByName("release") {
|
||||||
isMinifyEnabled = true
|
isMinifyEnabled = false
|
||||||
isShrinkResources = true
|
isShrinkResources = true
|
||||||
signingConfig = signingConfigs.getByName("debug")
|
signingConfig = signingConfigs.getByName("debug")
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue