Update okhttp

This commit is contained in:
Andrew Rabert 2018-12-03 19:46:40 -05:00
parent 7b1f690d5f
commit 665bbb3788
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ dependencies {
implementation 'com.esotericsoftware:kryo:4.0.2'
implementation "com.android.support:design:$android_support_version"
implementation 'com.sothree.slidinguppanel:library:3.3.1'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}