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

Gson library has new version #3691

Closed
Bilecen opened this issue Feb 10, 2022 · 1 comment · Fixed by #3726
Closed

Gson library has new version #3691

Bilecen opened this issue Feb 10, 2022 · 1 comment · Fixed by #3726

Comments

@Bilecen
Copy link

Bilecen commented Feb 10, 2022

Google has released an update regarding the gson library showing integers sometimes as decimals. I request this update to be imported

@JakeWharton
Copy link
Collaborator

You should never depend on Retrofit to provide a version of a library. Declare a sibling dependency on Gson with the version you desire and your build system will ensure the newer of the two is used. We also never make Retrofit releases simply to expose updated versions of our transitive dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants