-
Couldn't load subscription status.
- Fork 33
Closed
Description
The library in the current state will not work when using proguard.
PhxMessage class member names are used to parse the response from WS.
The solution would be to add @SerializeName annotation, this way there is no need to add any additional proguard rules (apart from the ones for gson and okhhtp).
As for now you have to specify a rule like this
-keepclassmembernames class org.phoenixframework.PhxMessage { *; }
eyal-lezmy
Metadata
Metadata
Assignees
Labels
No labels