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:
parent
68f889b8be
commit
b886d3fff6
1 changed files with 2 additions and 0 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
@ -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.** {*;}
|
||||||
|
|
Loading…
Reference in a new issue