Disable minify :\

This commit is contained in:
yairm210 2024-12-31 09:45:16 +02:00
parent 4d2ae2576f
commit 49ac329d2b

View File

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