Skip to content

Commit cca0bf2

Browse files
committed
updated apk
1 parent 890fb41 commit cca0bf2

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

app/proguard-rules.pro

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,30 @@
1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
22+
23+
#### OkHttp, Retrofit and Moshi
24+
-dontwarn okhttp3.**
25+
-dontwarn retrofit2.Platform$Java8
26+
-dontwarn okio.**
27+
-dontwarn javax.annotation.**
28+
-keepclasseswithmembers class * {
29+
@retrofit2.http.* <methods>;
30+
}
31+
-keepclasseswithmembers class * {
32+
@com.squareup.moshi.* <methods>;
33+
}
34+
-keep @com.squareup.moshi.JsonQualifier interface *
35+
-dontwarn org.jetbrains.annotations.**
36+
-keep class kotlin.Metadata { *; }
37+
-keepclassmembers class kotlin.Metadata {
38+
public <methods>;
39+
}
40+
41+
-keepclassmembers class * {
42+
@com.squareup.moshi.FromJson <methods>;
43+
@com.squareup.moshi.ToJson <methods>;
44+
}
45+
46+
-keepnames @kotlin.Metadata class com.hoc.flowmvi.data.remote.**
47+
-keep class com.hoc.flowmvi.data.remote.** { *; }
48+
-keepclassmembers class com.hoc.flowmvi.data.remote.** { *; }

app/release/app-release.apk

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)