Make changes to reduce the release APK/app bundle size.
This commit is contained in:
committed by
KotlinGeek
parent
144b0a7512
commit
b915956f57
+1
-1
@@ -22,7 +22,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user