Skip to content

Commit c4b7967

Browse files
author
Kaushik Gopal
committed
fix: proguard rules
1 parent 613acb9 commit c4b7967

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/proguard-rules.pro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
18+
19+
-dontwarn butterknife.**
20+
-dontwarn rx.**
21+
-dontwarn retrofit2.**
22+
-dontwarn okhttp3.**
23+
-dontwarn com.morihacky.android.rxjava.**
24+
-dontwarn okio.**

0 commit comments

Comments
 (0)