bump okhttp to 3.12.1 (#22877)
Summary: Bump OkHTTP to 3.12.1. Changelog: ---------- [Android] [Changed] - bump OkHTTP 3.12.1 Pull Request resolved: https://github.com/facebook/react-native/pull/22877 Differential Revision: D13639172 Pulled By: hramos fbshipit-source-id: 780d10207877637592ea3eb25eff445bc2986f91
This commit is contained in:
parent
ca70e8e469
commit
64de0c0aef
|
@ -330,7 +330,7 @@ dependencies {
|
|||
api 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
api "com.squareup.okhttp3:okhttp:${OKHTTP_VERSION}"
|
||||
api "com.squareup.okhttp3:okhttp-urlconnection:${OKHTTP_VERSION}"
|
||||
api 'com.squareup.okio:okio:1.14.0'
|
||||
api 'com.squareup.okio:okio:1.15.0'
|
||||
|
||||
testImplementation "junit:junit:${JUNIT_VERSION}"
|
||||
testImplementation "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
|
||||
|
|
|
@ -13,7 +13,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
|
|||
|
||||
ANDROID_SUPPORT_TEST_VERSION=1.0.2
|
||||
FRESCO_VERSION=1.10.0
|
||||
OKHTTP_VERSION=3.11.0
|
||||
OKHTTP_VERSION=3.12.1
|
||||
|
||||
BOOST_VERSION=1_63_0
|
||||
DOUBLE_CONVERSION_VERSION=1.1.6
|
||||
|
|
|
@ -9,8 +9,8 @@ rn_prebuilt_jar(
|
|||
|
||||
fb_native.remote_file(
|
||||
name = "okhttp3-binary.jar",
|
||||
sha1 = "75966e05a49046ca2ae734e5626f28837a8d1e82",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.11.0",
|
||||
sha1 = "dc6d02e4e68514eff5631963e28ca7742ac69efe",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.1",
|
||||
)
|
||||
|
||||
rn_prebuilt_jar(
|
||||
|
@ -21,6 +21,6 @@ rn_prebuilt_jar(
|
|||
|
||||
fb_native.remote_file(
|
||||
name = "okhttp3-urlconnection-binary.jar",
|
||||
sha1 = "54ec442e9c0fac51265110cf0cb44dfe5ad1ea05",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.11.0",
|
||||
sha1 = "f689d3657c3f1fdbde4877bcddc668491a4ad46f",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.1",
|
||||
)
|
||||
|
|
|
@ -9,6 +9,6 @@ rn_prebuilt_jar(
|
|||
|
||||
fb_native.remote_file(
|
||||
name = "okio-binary.jar",
|
||||
sha1 = "102d7be47241d781ef95f1581d414b0943053130",
|
||||
url = "mvn:com.squareup.okio:okio:jar:1.14.0",
|
||||
sha1 = "bc28b5a964c8f5721eb58ee3f3c47a9bcbf4f4d8",
|
||||
url = "mvn:com.squareup.okio:okio:jar:1.15.0",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue