build: Reenable shrink resources and minify in gradle
This commit is contained in:
parent
3b1ec4263b
commit
00582c8e79
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ android {
|
|||
buildTypes {
|
||||
release {
|
||||
signingConfig = signingConfigs.getByName("release")
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue