Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit c636c6c

Browse files
committed
Merge pull request krschultz#111 from quangson91/patch-1
Keep class with members for retrofit annotation
2 parents 88a419d + fbb3198 commit c636c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/proguard-square-retrofit2.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
-keep class retrofit2.** { *; }
66
-keepattributes Signature
77
-keepattributes Exceptions
8+
9+
-keepclasseswithmembers class * {
10+
@retrofit2.http.* <methods>;
11+
}

0 commit comments

Comments
 (0)