I\'m trying to connect to https server on android using Retrofit. Here\'s my OkHttpClient
OkHttpClient
@Provides public OkHttpClient provideContactClient(){
Adding only this to manifest (inside application)
android:usesCleartextTraffic="true"
works!