Keep all class names (proguard-rules.pro) + ShrinkingEnabled.
This commit is contained in:
parent
656dacb206
commit
d1962f77db
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ android {
|
|||
|
||||
getByName("release") {
|
||||
isMinifyEnabled = true // Enabling minify, test of reproducibility
|
||||
isShrinkResources = false
|
||||
isShrinkResources = true
|
||||
|
||||
proguardFiles("proguard-rules.pro")
|
||||
}
|
||||
|
|
|
|||
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
|
@ -37,4 +37,4 @@
|
|||
-dontwarn org.xmlpull.v1.XmlPullParserFactory
|
||||
|
||||
# Keeping names of classes that produce undeterministic results
|
||||
-keepnames class java.util.*
|
||||
-keepnames class **
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue