Skip to content

Commit a5e27e8

Browse files
committed
Adds release proguard rules.
1 parent 8cc1285 commit a5e27e8

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

mobile/mobile-release.apk

-340 KB
Binary file not shown.

mobile/proguard-rules.pro

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,21 @@
1515
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1616
# public *;
1717
#}
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

Comments
 (0)