We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f47f8 commit d3a75cbCopy full SHA for d3a75cb
examples/android-proguard-example/proguard.cfg
@@ -25,4 +25,8 @@
25
@com.google.gson.annotations.SerializedName <fields>;
26
}
27
28
+# Retain generic signatures of TypeToken and its subclasses with R8 version 3.0 and higher.
29
+-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
30
+-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
31
+
32
##---------------End: proguard configuration for Gson ----------
0 commit comments