Updated proguard rules

This commit is contained in:
M66B 2020-04-20 16:43:56 +02:00
parent 09338dc2dc
commit fa2e8729fc
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@
-keeppackagenames org.jsoup.nodes
-keepnames class org.jsoup.** {*;}
#CSS Parser / biweekly
-dontwarn org.w3c.dom.**
#JCharset
-keep class net.freeutils.charset.** {*;}