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-logging-interceptor
okhttp-interceptor-logging
OkHttp can use multiple interceptor libraries. This change will keep things consistent in the libs.versions.toml
# Before okhttp-1-interceptor = ... okhttp-2-inteceptor = ... # After okhttp-interceptor-1=... okhttp-interceptor-2=... okhttp-interceptor-3=...
This simplifies the call sites:
dependencies { // Before libs.1.interceptor libs.2.interceptor // After libs.interceptor.1 libs.interceptor.2 }
Same thing for Retrofit adapters + converters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OkHttp can use multiple interceptor libraries. This change will keep things consistent in the libs.versions.toml
This simplifies the call sites:
Same thing for Retrofit adapters + converters
The text was updated successfully, but these errors were encountered: