adding a couple proguard rules
This commit is contained in:
parent
b08e62ff66
commit
6c0ec3d837
|
@ -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.**
|
||||
|
|
Loading…
Reference in New Issue