Disabled shrinkingResources.
This commit is contained in:
parent
d1962f77db
commit
7a405d1c1d
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ android {
|
|||
}
|
||||
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
||||
isShrinkResources = true
|
||||
isMinifyEnabled = true
|
||||
isShrinkResources = false
|
||||
|
||||
proguardFiles("proguard-rules.pro")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue