mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-16 10:49:17 +07:00
Resolved #5691 - enabled code minify, if we see that this ruins stuff we can always turn it back off again with an appropriate comment
This commit is contained in:
@ -51,7 +51,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
getByName("release") {
|
||||
isMinifyEnabled = false
|
||||
isMinifyEnabled = true
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user