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

Commit fbb3198

Browse files
committed
Keep class with members for retrofit annotation
1 parent 88a419d commit fbb3198

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)