diff --git a/README.md b/README.md index cd56256..072a04f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,20 @@ dependencies { ``` +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 { + (...); +} +-keepclassmembers class ** { + @com.fondesa.lyra.annotation.SaveState ; +} +``` + Compatibility ------