mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-22 21:25:46 +03:00
Add a proguard rule for XMLUtil
Co-authored-by: jobobby04 <jobobby04@users.noreply.github.com>
This commit is contained in:
parent
e90b39b29d
commit
56722140c9
1 changed files with 4 additions and 1 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
@ -64,3 +64,6 @@
|
||||||
<methods>;
|
<methods>;
|
||||||
}
|
}
|
||||||
##---------------End: proguard configuration for kotlinx.serialization ----------
|
##---------------End: proguard configuration for kotlinx.serialization ----------
|
||||||
|
|
||||||
|
# XmlUtil
|
||||||
|
-keep public enum nl.adaptivity.xmlutil.EventType { *; }
|
Loading…
Reference in a new issue