Removing keeping of org.xmlpull.**
This commit is contained in:
parent
08447fc986
commit
8e778e5f87
1 changed files with 2 additions and 2 deletions
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
|
|
@ -37,8 +37,8 @@
|
||||||
-dontwarn org.xmlpull.v1.XmlPullParserFactory
|
-dontwarn org.xmlpull.v1.XmlPullParserFactory
|
||||||
|
|
||||||
# Fixes issue with displaying .xml files, but may produce reproducibility issues
|
# Fixes issue with displaying .xml files, but may produce reproducibility issues
|
||||||
-keep class org.xmlpull.** { *; }
|
#-keep class org.xmlpull.** { *; }
|
||||||
-keepclassmembers class org.xmlpull.** { *; }
|
#-keepclassmembers class org.xmlpull.** { *; }
|
||||||
|
|
||||||
# Keeping names of classes that produce undeterministic results
|
# Keeping names of classes that produce undeterministic results
|
||||||
-keepnames class **
|
-keepnames class **
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue