Attempt to fix crash

This commit is contained in:
M66B 2018-09-20 05:51:06 +00:00
parent 68f889b8be
commit b886d3fff6
1 changed files with 2 additions and 0 deletions

View File

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