mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
Enable minify! #experimental
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user