Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with okhttp3 version >= 3.13.0 #70

Open
rotembr opened this issue Oct 3, 2019 · 1 comment · Fixed by #71
Open

Incompatibility with okhttp3 version >= 3.13.0 #70

rotembr opened this issue Oct 3, 2019 · 1 comment · Fixed by #71

Comments

@rotembr
Copy link
Contributor

rotembr commented Oct 3, 2019

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
Copy link
Contributor

tavar commented Feb 26, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants