diff --git a/app/proguard-rules.txt b/app/proguard-rules.txt index ca8086c2b..32b8c5b2c 100644 --- a/app/proguard-rules.txt +++ b/app/proguard-rules.txt @@ -75,3 +75,8 @@ -keep class org.acra.** { *; } -keepattributes SourceFile,LineNumberTable -keepattributes *Annotation* + +# --- Parcelable --- +-keepclassmembers class * implements android.os.Parcelable { + static ** CREATOR; +} \ No newline at end of file