Keeping the name of org.xmlpull.**
This commit is contained in:
parent
1368422175
commit
3dcf849d55
1 changed files with 2 additions and 0 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
|
@ -42,4 +42,6 @@
|
||||||
|
|
||||||
# Keeping names of classes that produce undeterministic results
|
# Keeping names of classes that produce undeterministic results
|
||||||
-keepnames class **
|
-keepnames class **
|
||||||
|
-keepnames class org.xmlpull.** { *; }
|
||||||
|
-keepclassmembernames class org.xmlpull.** { *; }
|
||||||
-keepnames class kotlin.reflect.jvm.internal.impl.builtins.PrimitiveType { values(); }
|
-keepnames class kotlin.reflect.jvm.internal.impl.builtins.PrimitiveType { values(); }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue