Skip to content

Commit c2426c9

Browse files
committed
force use okio 1.13.0
1 parent 96bc56d commit c2426c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
compile fileTree(include: ['*.jar'], dir: 'libs')
3333
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
3434
compile 'com.squareup.wire:wire-runtime:2.3.0-RC1'
35+
compile 'com.squareup.okio:okio:1.13.0'
3536
}
3637
repositories {
3738
mavenCentral()

0 commit comments

Comments
 (0)