mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
Enable minify! #experimental
This commit is contained in:
@ -60,7 +60,7 @@ android {
|
|||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
// If you make this true you get a version of the game that just flat-out doesn't run
|
// 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")
|
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||||
isDebuggable = false
|
isDebuggable = false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user