Merge pull request #2439 from krille-chan/krille/reenable-android-shrinking
build: Reenable shrink resources and minify in gradle
This commit is contained in:
commit
0ec617b6c3
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