I have android app in which I use Rest Remplate from Spring for Android. I also use OkHttpClient.
I'm planning to upgrade OkHttpClient library in my app to 3.9.x but this uses OkHttpClient3, RestTempkate uses OkHttpClient 2.x.
Last version of Spring for Android is dated few years ago - so my question:
Is spring for Android still developed?
If not should you suggest other library as Rest Client for android?
Thanks @tkruse. This 2.0.0.M4 version is compatible with OkHttp3Client. I thought thah 2.0.0.M3 is the last version due to info at http://projects.spring.io/spring-android :)