1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2025-01-08 22:01:59 +01:00

Update okhttp

This commit is contained in:
Andrew Rabert 2018-12-03 19:46:40 -05:00
parent 7b1f690d5f
commit 665bbb3788

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"
}