Summary:
This updates okhttp to the newest compatible version with a couple of fixes and improvements. See https://github.com/square/okhttp/commits/okhttp_3.12.x

## Changelog

[Android] [Changed] - Update Okhttp to version 3.12.12

Pull Request resolved: https://github.com/facebook/react-native/pull/29741

Test Plan: Current tests should pass.

Reviewed By: shergin

Differential Revision: D23406613

Pulled By: mdvacca

fbshipit-source-id: b0b4ec52a6a8345f1c36e18e384761386096f1d8
This commit is contained in:
Hamid 2020-08-28 16:55:37 -07:00 коммит произвёл Facebook GitHub Bot
Родитель f19372361f
Коммит 0f6fcb2c27
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -13,7 +13,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
ANDROIDX_TEST_VERSION=1.1.0
FRESCO_VERSION=2.0.0
OKHTTP_VERSION=3.12.1
OKHTTP_VERSION=3.12.12
SO_LOADER_VERSION=0.8.2
BOOST_VERSION=1_63_0

Просмотреть файл

@ -9,8 +9,8 @@ rn_prebuilt_jar(
fb_native.remote_file(
name = "okhttp3-binary.jar",
sha1 = "dc6d02e4e68514eff5631963e28ca7742ac69efe",
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.1",
sha1 = "d3e1ce1d2b3119adf270b2d00d947beb03fe3321",
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.12.12",
)
rn_prebuilt_jar(
@ -21,6 +21,6 @@ rn_prebuilt_jar(
fb_native.remote_file(
name = "okhttp3-urlconnection-binary.jar",
sha1 = "f689d3657c3f1fdbde4877bcddc668491a4ad46f",
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.1",
sha1 = "3cfbe11fb8c48d30600a70f90b3283fc858aea72",
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.12.12",
)