Keep android material classes to prevent crash on lower SDKs
This closes #291
This commit is contained in:
parent
aee40573e9
commit
e3653cb12b
|
@ -1,3 +1,5 @@
|
|||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
static ** CREATOR;
|
||||
}
|
||||
|
||||
-keep class com.google.android.material.** { *; }
|
||||
|
|
Loading…
Reference in New Issue