Release 1.1.4-beta.5

This commit is contained in:
Vavassor 2017-07-15 03:56:22 -04:00
commit 6e67db7631
8 changed files with 11 additions and 30 deletions

View file

@ -56,4 +56,7 @@
# for jsoup
-keep public class org.jsoup.** {
public *;
}
}
# for bouncycastle
-dontwarn org.bouncycastle.**