Keep android material classes to prevent crash on lower SDKs

This closes #291
This commit is contained in:
Ensar Sarajčić 2023-09-08 13:52:24 +02:00
parent aee40573e9
commit e3653cb12b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}
-keep class com.google.android.material.** { *; }