We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Had this exact error when trying to instantiate MusicBrainzService.
Issue in other Repo
The workaround to add implementation 'com.squareup.okhttp3:okhttp:4.11.0' works also.
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
So maybe you will have a look when you have time. It is not so critical because the workaround is easy.
The text was updated successfully, but these errors were encountered:
Thanks, I'll look at this when I have time.
Sorry, something went wrong.
No branches or pull requests
Hi. Had this exact error when trying to instantiate MusicBrainzService.
Issue in other Repo
The workaround to add
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
works also.So maybe you will have a look when you have time. It is not so critical because the workaround is easy.
The text was updated successfully, but these errors were encountered: