Add proguard rules for parceler
according to http://parceler.org/ fixes issue where parceler can't find parcelable class
This commit is contained in:
parent
195c4d7b6d
commit
f2b9ede27c
1 changed files with 6 additions and 1 deletions
7
mastodon/proguard-rules.pro
vendored
7
mastodon/proguard-rules.pro
vendored
|
@ -46,4 +46,9 @@
|
|||
|
||||
-keep class org.joinmastodon.android.AppCenterWrapper { *; }
|
||||
|
||||
-keepattributes LineNumberTable
|
||||
-keepattributes LineNumberTable
|
||||
|
||||
# Parceler library
|
||||
-keep interface org.parceler.Parcel
|
||||
-keep @org.parceler.Parcel class * { *; }
|
||||
-keep class **$$Parcelable { *; }
|
||||
|
|
Loading…
Add table
Reference in a new issue