mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
This removes a bunch of low-value stuff from the pom.xml files:
- name
- description
- licence distribution ('repo')
- developers clause
- test dependencies
I don't think any of this will be missed, and it shrinks the pom.xml
file to the minimal set of useful stuff.
This also causes us to publish a gradle .module file. This is the
motivation for this change. It'll allow us to ship a Gradle platform,
which is a more capable than a Maven BOM.
OkHttp DNS over HTTPS Implementation
This module is an experimental implementation of DNS over HTTPS using OkHttp. API is not considered stable and may change at any time.
Download
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.3.1")