ibm-bluemix-mobile-services/bms-clientsdk-android-core

Incompatibility with okhttp3 version >= 3.13.0

Opened this issue · 1 comments

The library uses internal parts of OkHttp3, namely
com.ibm.mobilefirstplatform.clientsdk.android.core.internal.ResponseImpl (34): import static okhttp3.internal.Util.UTF_8;
Using OkHttp3 internals is not a good practice. This was removed from OkHttp3 at version 3.13.0.

ref: ibm-cloud-security/appid-clientsdk-android#155

tavar commented

I have the same problem. I have to use the AppID SDK and the Retrofit SDK within a project.
The new retrofit SDK offers a lot of great features which I don't want to miss.

Is there any progress to solve this problem?