Import OkHttp's bom rather than declaring modules individually
See gh-31027
This commit is contained in:
parent
cf4597d22a
commit
8e2a39bdd5
|
|
@ -1355,16 +1355,8 @@ bom {
|
||||||
}
|
}
|
||||||
library("OkHttp", "4.9.3") {
|
library("OkHttp", "4.9.3") {
|
||||||
group("com.squareup.okhttp3") {
|
group("com.squareup.okhttp3") {
|
||||||
modules = [
|
imports = [
|
||||||
"logging-interceptor",
|
"okhttp-bom"
|
||||||
"mockwebserver",
|
|
||||||
"okcurl",
|
|
||||||
"okhttp",
|
|
||||||
"okhttp-brotli",
|
|
||||||
"okhttp-dnsoverhttps",
|
|
||||||
"okhttp-sse",
|
|
||||||
"okhttp-tls",
|
|
||||||
"okhttp-urlconnection"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue