minify enabled

This commit is contained in:
moon 2026-04-09 14:30:29 +06:30
parent a8d0e9d182
commit fb898b1a0f
2 changed files with 4 additions and 3 deletions

View File

@ -49,8 +49,8 @@ android {
buildTypes {
release {
minifyEnabled false
shrinkResources false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {

View File

@ -266,3 +266,4 @@
-dontwarn com.xgd.smartpos.manager.app.UsageInfo
-dontwarn com.xgd.smartpos.manager.app.UsageStats
-dontwarn javax.lang.model.element.Modifier