Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add numbers strategy for Gson to prevent changing int to double #486

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

owenpearson
Copy link
Member

@owenpearson owenpearson commented Oct 16, 2023

Resolves #461

Fixes an issue where json decoding was inconsistent between underlying platforms (ios/android)

Note this change was already made and approved in #462 but the changes in the commit were subsequently overwritten in error during a merge conflict resolution.

Fixes an issue where json decoding was inconsistent between underlying
platforms (ios/android)
@ttypic ttypic merged commit b23c870 into main Oct 17, 2023
5 of 8 checks passed
@ttypic ttypic deleted the add-gson-numbers-strategy-2 branch October 17, 2023 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

int value is changed to double on Android
2 participants