Skip to content

Commit

Permalink
Merge pull request square#2870 from jrodbx/jrod/update-proguard
Browse files Browse the repository at this point in the history
Update Proguard rules for D8
  • Loading branch information
JakeWharton authored Aug 25, 2018
2 parents ae28c3d + aa4b6ac commit d46f270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retrofit/src/main/resources/META-INF/proguard/retrofit2.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Retain generic type information for use by reflection by converters and adapters.
-keepattributes Signature
# Retrofit does reflection on generic parameters and InnerClass is required to use Signature.
-keepattributes Signature, InnerClasses

# Retain service method parameters when optimizing.
-keepclassmembers,allowshrinking,allowobfuscation interface * {
Expand Down

0 comments on commit d46f270

Please sign in to comment.