mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Mike Grabowski
parent
7546aeaf8d
commit
34a585e093
@@ -323,7 +323,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'
|
||||
compile 'org.webkit:android-jsc:r174650'
|
||||
|
||||
testImplementation "junit:junit:${JUNIT_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
|
||||
|
||||
+4
-4
@@ -8,8 +8,8 @@ fb_native.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",
|
||||
)
|
||||
|
||||
fb_native.prebuilt_jar(
|
||||
@@ -20,6 +20,6 @@ fb_native.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",
|
||||
)
|
||||
|
||||
+2
-2
@@ -8,6 +8,6 @@ fb_native.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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user