Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cc92a9e authored by Keith Mok's avatar Keith Mok Committed by Gerrit Code Review
Browse files

Proguard causing RuntimeException

This fixes:
Parcel android.os.Parcel@3d522b0e:
Unmarshalling unknown type code 7536751 at offset 808

LETTUCE-810

Change-Id: I0c735bf4c3d9e73af554f9c052a8e4a5e9dea095
parent df1817df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,3 +8,7 @@
-keep class com.android.deskclock.widget.multiwaveview.* {
  *;
}

-keep class * implements android.os.Parcelable {
  public static final android.os.Parcelable$Creator *;
}