Merge branch 'torrentcome-fix#136'

This commit is contained in:
Vavassor 2017-06-08 19:32:55 -04:00
commit cf64cc9ed6
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 *;
}