Skip to content

Commit e3653cb

Browse files
committed
Keep android material classes to prevent crash on lower SDKs
This closes #291
1 parent aee4057 commit e3653cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/proguard-rules.pro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
-keepclassmembers class * implements android.os.Parcelable {
22
static ** CREATOR;
33
}
4+
5+
-keep class com.google.android.material.** { *; }

0 commit comments

Comments
 (0)