(proguard) add forgoten rule for jsoup in release

This commit is contained in:
torrentcome 2017-06-08 14:39:48 +02:00
parent 9d920ccb21
commit ea649dc851
1 changed files with 5 additions and 0 deletions

View File

@ -52,3 +52,8 @@
public static *** v(...);
public static *** i(...);
}
# for jsoup
-keep public class org.jsoup.** {
public *;
}