Downgrade okhttp in open source
Reviewed By: yungsters Differential Revision: D5144011 fbshipit-source-id: ef897bf7e03b84e4e60ec6607027666608a460cb
This commit is contained in:
parent
00904e2fc9
commit
3af9be52b2
|
@ -283,8 +283,8 @@ dependencies {
|
|||
compile 'com.facebook.fresco:imagepipeline-okhttp3:1.0.1'
|
||||
compile 'com.facebook.soloader:soloader:0.1.0'
|
||||
compile 'com.google.code.findbugs:jsr305:3.0.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.8.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.6.0'
|
||||
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.6.0'
|
||||
compile 'com.squareup.okio:okio:1.13.0'
|
||||
compile 'org.webkit:android-jsc:r174650'
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ prebuilt_jar(
|
|||
|
||||
remote_file(
|
||||
name = "okhttp3-binary-jar",
|
||||
sha1 = "5a11f020cce2d11eb71ba916700600e18c4547e7",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.8.0",
|
||||
sha1 = "69edde9fc4b01c9fd51d25b83428837478c27254",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp:jar:3.6.0",
|
||||
)
|
||||
|
||||
prebuilt_jar(
|
||||
|
@ -18,6 +18,6 @@ prebuilt_jar(
|
|||
|
||||
remote_file(
|
||||
name = "okhttp3-urlconnection-binary-jar",
|
||||
sha1 = "265257b82f20bb0371a926cc8ceb5f7bb17c0df8",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.8.0",
|
||||
sha1 = "3f9b16b774f2c36cfd86dd2053d0b3059531dacc",
|
||||
url = "mvn:com.squareup.okhttp3:okhttp-urlconnection:jar:3.6.0",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue