1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 08:14:45 +00:00

Fixed inline ROOM release build

This commit is contained in:
M66B 2019-07-28 13:11:19 +02:00
parent 1fcfee1d3f
commit 1beea3e88d

View file

@ -29,6 +29,7 @@
-keep class androidx.appcompat.app.AppCompatViewInflater {<init>(...);}
-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