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

Commit e37a4792 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Keep 'Parcelable' classes from minify-ing.

parent 77b83bab
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,3 +37,7 @@
-dontnote io.eelo.mail.PRNGFixes
-dontnote io.eelo.mail.ui.messageview.**
-dontnote io.eelo.mail.view.**

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