presentation-displays
presentation-displays copied to clipboard
Display displayReleaseFromJson is not needed when using @Keep proguard annotation.
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.