Retrofit — How to use OkHttp 3 with Retrofit 1
The latest release of Retrofit 1 (1.9.0) directly depends on OkHttp 2.2.0. For Retrofit 2, the developers introduced multiple breaking changes, because Retrofit in its second major release actually uses OkHttp instead of working with and around it. That means, OkHttp got a lot attention and …
Continue Reading