if I add the following proguard content , It will work well?
-keepattributes Signature -keepattributes _Annotation_
-keep class sun.misc.Unsafe { _; } -keep class com.google.gson.stream._* { *; }
They're here: https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg
Most helpful comment
They're here: https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg