adding a couple proguard rules

This commit is contained in:
tibbi 2016-11-12 23:55:23 +01:00
parent b08e62ff66
commit 6c0ec3d837
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-dontnote android.net.http.*
-dontnote org.apache.http.**
-keep class com.simplemobiletools.** { *; }
-dontwarn com.simplemobiletools.**