fix: enabled minify

This commit is contained in:
2026-06-21 21:53:54 +03:00
parent e6ebd574fd
commit 0a383573e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ android {
applicationIdSuffix = ".debug"
}
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
+1 -1
View File
@@ -28,7 +28,7 @@ android {
buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"