I am new in an Android project that makes heavy use of a web API.
The project uses:
- retrofit-1.9.0 and okhttp-2.0.0 for web API calls
- also okhttp3-3.9.1 for some other web stuff
I would like to upgrade the libs to:
- retrofit-2.3.0 and okhttp3-3.9.1
Beyond using the latest versions and having a single OKHttp version, I would like some really good reason to justify the upgrade.
That is because the new APIs don't seem to be backward compatible and it would require the effort of refactoring all web API calls, followed by extensive testing.