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

Attempt to fix crash

This commit is contained in:
M66B 2018-09-20 05:51:06 +00:00
parent 68f889b8be
commit b886d3fff6

View file

@ -27,6 +27,8 @@
#AndroidX #AndroidX
-keep class androidx.appcompat.widget.** {*;} -keep class androidx.appcompat.widget.** {*;}
-keep class androidx.appcompat.app.AppCompatViewInflater {<init>(...);} -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...
#IAB #IAB
-keep class com.android.vending.billing.** {*;} -keep class com.android.vending.billing.** {*;}