enable apk optimisations

This commit is contained in:
Ishan09811 2024-02-21 13:48:07 +05:30 committed by GitHub
commit 23d74816a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,8 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = false
isShrinkResources = false
isMinifyEnabled = true
isShrinkResources = true
isDebuggable = false
signingConfig = signingConfigs.getByName("debug")
proguardFiles(