From b7e63c0f843b65a1f0cb8c78e75371d8d760e7f8 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:07:32 -0400 Subject: Fix proguard rules. --- app/proguard-rules.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ; -} \ No newline at end of file +} + +-dontwarn kotlinx.parcelize.Parcelize \ No newline at end of file -- cgit v1.2.3