Please include the following information in your post:
- Which SDK this is regarding: auth0-android
- SDK Version: e.g. 2.0.0 - 2.6.0
- Platform Version: Android
- Code Snippets/Error Messages/Supporting Details/Screenshots:
Is this a feature request or bug report?
I’m trying to integrate the auth0 library into a project that uses the retrofit library, but retrofit doesn’t seem to support OkHttp 4.x.
This change entered from version 2.0.0
My project cannot coexist with different versions of OkHttp3.x - OkHttp4.x,
Any solution?