Skip to content

Commit

Permalink
okhttp version 3.12.12 (#29741)
Browse files Browse the repository at this point in the history
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: #29741

Test Plan: Current tests should pass.

Reviewed By: shergin

Differential Revision: D23406613

Pulled By: mdvacca

fbshipit-source-id: b0b4ec52a6a8345f1c36e18e384761386096f1d8
  • Loading branch information
halaei authored and facebook-github-bot committed Aug 28, 2020
1 parent f193723 commit 0f6fcb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ReactAndroid/src/main/third-party/java/okhttp/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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",
)

0 comments on commit 0f6fcb2

Please sign in to comment.