presentation-displays icon indicating copy to clipboard operation
presentation-displays copied to clipboard

Display displayReleaseFromJson is not needed when using @Keep proguard annotation.

Open ziarehmank opened this issue 1 year ago • 0 comments

displayReleaseFromJson cuases all variables to be null in release mode. It uses a,b,d,c for variable names, which are not guaranteed from proguard tool. Also when using @Keep annotation and @SerializedName the displayReleaseFromJson method is not needed.

ziarehmank avatar Dec 30 '23 10:12 ziarehmank