Skip to content

Commit 3206747

Browse files
maskaravivekmisaochan
authored andcommitted
With proguard config for parcelable class (commons-app#3245)
1 parent 1c47024 commit 3206747

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/proguard-rules.txt

+5
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@
7575
-keep class org.acra.** { *; }
7676
-keepattributes SourceFile,LineNumberTable
7777
-keepattributes *Annotation*
78+
79+
# --- Parcelable ---
80+
-keepclassmembers class * implements android.os.Parcelable {
81+
static ** CREATOR;
82+
}

0 commit comments

Comments
 (0)