Browse Source

Attempt to fix crash

main
M66B 5 years ago
parent
commit
b886d3fff6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/proguard-rules.pro

+ 2
- 0
app/proguard-rules.pro 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.** {*;}


Loading…
Cancel
Save