Update slidinguppanel

This commit is contained in:
Andrew Rabert 2019-08-24 14:29:54 -04:00
parent 66db8db769
commit b0750949f0
1 changed files with 1 additions and 1 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:3.5.0'
implementation 'com.github.hannesa2:AndroidSlidingUpPanel:4.0.0'
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}