iteratehq / iterate-android

Iterate Android SDK
MIT License
3 stars 1 forks source link

Update Gson to the latest version to include R8 configuration #88

Open kevinguitar opened 1 week ago

kevinguitar commented 1 week ago

Hi there!

We noticed that you're using Gson in your library. https://github.com/iteratehq/iterate-android/blob/main/iterate/build.gradle#L55

It would be nice if you could update it to the latest 2.11.0 version, which includes R8 configuration in the jar. We override the lib version for now on our side to avoid declaring the huge block of the configuration.

Please and thanks!