Minify the APK.

This commit is contained in:
2025-07-22 16:37:20 -07:00
parent 3df0ead4b7
commit 02144dbc27

View File

@@ -13,7 +13,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}