Skip to content

Commit

Permalink
Update ProGuard rules to parse correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton authored Jun 11, 2018
1 parent 97057aa commit c6a61b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you are using ProGuard you need to add the following options:
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retain service method parameters.
-keepclassmembernames,allowobfuscation interface * {
-keepclassmembers,allowshrinking,allowobfuscation interface * {
@retrofit2.http.* <methods>;
}
# Ignore annotation used for build tooling.
Expand Down

0 comments on commit c6a61b3

Please sign in to comment.