From 86626582754567542f91cc518845f3fe627868a1 Mon Sep 17 00:00:00 2001 From: Marek Stransky Date: Thu, 7 Nov 2024 11:46:13 +0100 Subject: [PATCH] Fixes: #60 - extend SerializedName proguard rules --- library/consumer-proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/consumer-proguard-rules.pro b/library/consumer-proguard-rules.pro index 1e7f016..b495a7b 100644 --- a/library/consumer-proguard-rules.pro +++ b/library/consumer-proguard-rules.pro @@ -1,7 +1,7 @@ # there's usage of GSON's @SerializedName -keepattributes *Annotation* --keepclassmembers,allowobfuscation class * { +-keepclasseswithmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName ; }