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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fondesa authored Apr 20, 2017
1 parent 04597cb commit 0e375c6
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 0e375c6

Please sign in to comment.