Skip to content

Commit

Permalink
Extended Serialized Proguard Rules (#61)
Browse files Browse the repository at this point in the history
Fixes: #60
  • Loading branch information
Hopsaheysa authored Nov 8, 2024
1 parent 5f3d92a commit 057c66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/consumer-proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# there's usage of GSON's @SerializedName
-keepattributes *Annotation*

-keepclassmembers,allowobfuscation class * {
-keepclasseswithmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}

Expand Down

0 comments on commit 057c66a

Please sign in to comment.