Skip to content

Commit 6c0ec3d

Browse files
committed
adding a couple proguard rules
1 parent b08e62f commit 6c0ec3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
-dontnote android.net.http.*
19+
-dontnote org.apache.http.**
20+
-keep class com.simplemobiletools.** { *; }
21+
-dontwarn com.simplemobiletools.**

0 commit comments

Comments
 (0)