Skip to content

Commit

Permalink
Merge pull request #59 from wKovacs64/fix-proguard
Browse files Browse the repository at this point in the history
Fix ProGuard rules
  • Loading branch information
frankiesardo committed Aug 2, 2015
2 parents d7affd3 + 48b3873 commit de72051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ If Proguard is enabled make sure you add these rules to your configuration:

```
-dontwarn icepick.**
-keep class **$$State { *; }
-keepnames class * { @icepick.State *;}
-keep class **$$Icepick { *; }
-keepnames class * { @icepick.State *; }
-keepclasseswithmembernames class * {
@icepick.* <fields>;
}
Expand Down

0 comments on commit de72051

Please sign in to comment.