Changed proguard-rules.pro.
This commit is contained in:
parent
5a8f4d6e43
commit
bf890fca62
2 changed files with 4 additions and 7 deletions
|
|
@ -44,10 +44,7 @@ android {
|
|||
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
||||
isShrinkResources = false
|
||||
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
proguardFiles("proguard-rules.pro")
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue