Keep all class names (proguard-rules.pro) + ShrinkingEnabled.

This commit is contained in:
acclorite 2024-08-02 20:44:11 +03:00
parent 656dacb206
commit d1962f77db
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ android {
getByName("release") {
isMinifyEnabled = true // Enabling minify, test of reproducibility
isShrinkResources = false
isShrinkResources = true
proguardFiles("proguard-rules.pro")
}

View file

@ -37,4 +37,4 @@
-dontwarn org.xmlpull.v1.XmlPullParserFactory
# Keeping names of classes that produce undeterministic results
-keepnames class java.util.*
-keepnames class **