Update deps

This commit is contained in:
Andrew Rabert 2020-04-30 12:56:14 -04:00
parent ffa048177e
commit e79aff9e98
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ android {
dependencies {
implementation 'com.esotericsoftware:kryo:4.0.2'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.1.0'
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.2.0'
implementation 'com.squareup.okhttp3:okhttp:4.4.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.media:media:1.1.0"

View File

@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.0'
classpath 'com.android.tools.build:gradle:3.6.2'
}
}