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:
yairm210
2021-12-09 20:47:33 +02:00
parent ed3a4accdd
commit 3872a46519

View File

@ -51,7 +51,7 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
}