mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-22 12:38:29 +07:00
Disable minify :\
This commit is contained in:
parent
4d2ae2576f
commit
49ac329d2b
@ -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 = true
|
||||
isMinifyEnabled = false
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||
isDebuggable = false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user