Enable minify! #experimental

This commit is contained in:
yairm210
2024-12-30 11:22:51 +02:00
parent aedbc61c91
commit d352dfe53b

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 = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
isDebuggable = false
}