Update deps

This commit is contained in:
Andrew Rabert 2019-03-17 00:06:51 -04:00
parent 9acf64c42b
commit 8e2bdadef5
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ 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.12.1'
implementation 'com.squareup.okhttp3:okhttp:3.14.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}
buildscript {
ext.kotlin_version = '1.3.10'
ext.kotlin_version = '1.3.21'
ext.android_support_version = '27.1.1'
repositories {
mavenCentral()