Merge branch 'torrentcome-fix#136'

This commit is contained in:
Vavassor 2017-06-08 19:32:55 -04:00
commit cf64cc9ed6

View file

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