Fixed JCharset

"Provider net.freeutils.charset.CharsetProvider not found"
This commit is contained in:
M66B 2018-08-27 05:24:09 +00:00
parent 2e7d1916a5
commit 2937f66e93
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@
#jsoup
-keeppackagenames org.jsoup.nodes
#JCharset
-keep class net.freeutils.charset.**