Farid Forootan Shad 2019-05-08 02:49:00 +04:30 committed by inder123
parent 63ee47cb64
commit f426700bc4
1 changed files with 5 additions and 0 deletions

View File

@ -19,4 +19,9 @@
-keep class * implements com.google.gson.JsonSerializer
-keep class * implements com.google.gson.JsonDeserializer
# Prevent R8 from leaving Data object members always null
-keepclassmembers,allowobfuscation class * {
@com.google.gson.annotations.SerializedName <fields>;
}
##---------------End: proguard configuration for Gson ----------