We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc1285 commit a5e27e8Copy full SHA for a5e27e8
2 files changed
mobile/mobile-release.apk
-340 KB
mobile/proguard-rules.pro
@@ -15,3 +15,21 @@
15
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16
# public *;
17
#}
18
+
19
+-dontwarn rx.**
20
21
+-dontwarn okio.**
22
23
+-dontwarn com.squareup.okhttp.**
24
+-keep class com.squareup.okhttp.** { *; }
25
+-keep interface com.squareup.okhttp.** { *; }
26
27
+-dontwarn retrofit.**
28
+-dontwarn retrofit.appengine.UrlFetchClient
29
+-keep class retrofit.** { *; }
30
+-keepclasseswithmembers class * {
31
+ @retrofit.http.* <methods>;
32
+}
33
34
+-keepattributes Signature
35
+-keepattributes *Annotation*
0 commit comments