3.18.9-patch1

This commit is contained in:
yairm210
2021-12-11 19:48:34 +02:00
parent 48bc79c256
commit 72d16dbcd4
2 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,8 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
// If you make this true you get a version of the game that just flat-out does't run
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
}