Update okio

Summary:
Update okio dependency from 1.13.0 to 1.14.0.

The interesting feature is `BufferedSource` extending `java.nio.ReadableByteChannel`, allowing to bridge with `java.nio` more easily and integrating with the latest fbjni additions.

Reviewed By: emilsjolander

Differential Revision: D7443269

fbshipit-source-id: e397d7a0436e3fc59ade1f4357f30190ca7bbe35
This commit is contained in:
David Aurelio 2018-03-29 11:02:04 -07:00 committed by Facebook Github Bot
parent 24b5721fb4
commit 6be7b396ec
2 changed files with 4 additions and 4 deletions

View File

@ -287,7 +287,7 @@ dependencies {
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.okio:okio:1.13.0'
compile 'com.squareup.okio:okio:1.14.0'
compile 'org.webkit:android-jsc:r174650'
testCompile "junit:junit:${JUNIT_VERSION}"

View File

@ -6,6 +6,6 @@ prebuilt_jar(
remote_file(
name = "okio-binary-jar",
sha1 = "a9283170b7305c8d92d25aff02a6ab7e45d06cbe",
url = "mvn:com.squareup.okio:okio:jar:1.13.0",
sha1 = "102d7be47241d781ef95f1581d414b0943053130",
url = "mvn:com.squareup.okio:okio:jar:1.14.0",
)