Skip to content

Commit 49ac329

Browse files
committed
Disable minify :\
1 parent 4d2ae25 commit 49ac329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161
release {
6262
// If you make this true you get a version of the game that just flat-out doesn't run
63-
isMinifyEnabled = true
63+
isMinifyEnabled = false
6464
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
6565
isDebuggable = false
6666
}

0 commit comments

Comments
 (0)