Merge pull request #31027 from ssobue

* gh-31027:
  Import OkHttp's bom rather than declaring modules individually

Closes gh-31027
pull/31139/head
Andy Wilkinson 3 years ago
commit 356f02deda

@ -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…
Cancel
Save