Skip to content

Commit

Permalink
Fix proguard rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Sep 28, 2024
1 parent 2bfb0a0 commit b7e63c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@
# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
}

-dontwarn kotlinx.parcelize.Parcelize

0 comments on commit b7e63c0

Please sign in to comment.