Fixed inline ROOM release build

pull/160/head
M66B 6 years ago
parent 1fcfee1d3f
commit 1beea3e88d

@ -29,6 +29,7 @@
-keep class androidx.appcompat.app.AppCompatViewInflater {<init>(...);} -keep class androidx.appcompat.app.AppCompatViewInflater {<init>(...);}
-keepclassmembers class * implements android.os.Parcelable {static ** CREATOR;} -keepclassmembers class * implements android.os.Parcelable {static ** CREATOR;}
#android.os.BadParcelableException: Parcelable protocol requires a Parcelable.Creator object called CREATOR on class androidx... #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.** {*;} -keepnames class androidx.** {*;}
#IAB #IAB

Loading…
Cancel
Save