We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2ae25 commit 49ac329Copy full SHA for 49ac329
android/build.gradle.kts
@@ -60,7 +60,7 @@ android {
60
}
61
release {
62
// If you make this true you get a version of the game that just flat-out doesn't run
63
- isMinifyEnabled = true
+ isMinifyEnabled = false
64
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
65
isDebuggable = false
66
0 commit comments