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
OkHttp 2.0.0-RC1 - getting this lint error during the build process:
2.0.0-RC1
.gradle/caches/[...]/okio-1.0.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
Do you recommend adding an entry for okio to my project's lint.xml?
okio
lint.xml
The text was updated successfully, but these errors were encountered:
Yes. We're tracking at square/okio#58. Thanks for reporting!
Sorry, something went wrong.
update okhttp and add disable invalidPackageType from: because of squ…
29cc72d
…are/okhttp#896
It's 2017 and version 3.8.1 now. lol.
No branches or pull requests
OkHttp
2.0.0-RC1
- getting this lint error during the build process:Do you recommend adding an entry for
okio
to my project'slint.xml
?The text was updated successfully, but these errors were encountered: