Enable minify and shrink resources in Release
This commit is contained in:
parent
3f5072dc38
commit
744efeb869
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ android {
|
|||
|
||||
getByName(BuildTypes.release) {
|
||||
isDebuggable = false
|
||||
isMinifyEnabled = false
|
||||
isShrinkResources = false
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = true
|
||||
|
||||
proguardFiles(
|
||||
getDefaultProguardFile(ProguardFile.defaultFile),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue