Skip to content

Commit

Permalink
Updating proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuppan committed Jan 12, 2024
1 parent 5be3f4b commit 018c1a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken

##---------------End: proguard configuration for Gson ----------
##---------------End: proguard configuration for Gson ----------

# Please add these rules to your existing keep rules in order to suppress warnings.
# This is generated automatically by the Android Gradle plugin.
-dontwarn kotlinx.serialization.KSerializer
-dontwarn kotlinx.serialization.Serializable
-dontwarn kotlinx.serialization.internal.AbstractPolymorphicSerializer

0 comments on commit 018c1a9

Please sign in to comment.