Enabled Minify.
This commit is contained in:
parent
7756006329
commit
309d780b07
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
getByName("release") {
|
getByName("release") {
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
|
|
||||||
proguardFiles(
|
proguardFiles(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue