Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa committed Apr 20, 2017
2 parents 5b2538d + 0e375c6 commit e2cfb46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,20 @@ dependencies {
</dependency>
```

ProGuard
--------

If you are using ProGuard, you need to include the following lines to your proguard configuration file.

```pro
-keepclassmembers class * implements com.fondesa.lyra.coder.StateCoder {
<init>(...);
}
-keepclassmembers class ** {
@com.fondesa.lyra.annotation.SaveState <fields>;
}
```

Compatibility
------

Expand Down

0 comments on commit e2cfb46

Please sign in to comment.