Merge branch 'torrentcome-fix#136'
This commit is contained in:
commit
cf64cc9ed6
1 changed files with 5 additions and 0 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
@ -52,3 +52,8 @@
|
|||
public static *** v(...);
|
||||
public static *** i(...);
|
||||
}
|
||||
|
||||
# for jsoup
|
||||
-keep public class org.jsoup.** {
|
||||
public *;
|
||||
}
|
Loading…
Reference in a new issue