add Parcelable to proguard rules

This commit is contained in:
tibbi 2017-10-22 10:07:55 +02:00
parent bd61c1c6a9
commit 21cb314d6e
1 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}