mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
Keep android material classes to prevent crash on lower SDKs
This closes #291
This commit is contained in:
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -1,3 +1,5 @@
|
|||||||
-keepclassmembers class * implements android.os.Parcelable {
|
-keepclassmembers class * implements android.os.Parcelable {
|
||||||
static ** CREATOR;
|
static ** CREATOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class com.google.android.material.** { *; }
|
||||||
|
Reference in New Issue
Block a user