From 1beea3e88de03f151bb8b4ac56abe603fe7ea221 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 28 Jul 2019 13:11:19 +0200 Subject: [PATCH] Fixed inline ROOM release build --- app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 67a18e3a4a..66d75f83b2 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -29,6 +29,7 @@ -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... +-keep class androidx.work.impl.** {*;} #Due to compiling ROOM inline -keepnames class androidx.** {*;} #IAB