From b886d3fff6d633033d5afe3546a872e18a2e8c2c Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 20 Sep 2018 05:51:06 +0000 Subject: [PATCH] Attempt to fix crash --- app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 25335bdcc2..cf10a18d53 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -27,6 +27,8 @@ #AndroidX -keep class androidx.appcompat.widget.** {*;} -keep class androidx.appcompat.app.AppCompatViewInflater {(...);} +-keepclassmembers class * implements android.os.Parcelable {static ** CREATOR;} +#android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class androidx... #IAB -keep class com.android.vending.billing.** {*;}