aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/proguard-rules.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index 7ca0b512..d7c1cda4 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -84,4 +84,6 @@
# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
-} \ No newline at end of file
+}
+
+-dontwarn kotlinx.parcelize.Parcelize \ No newline at end of file