Replace slidinguppanel with maintained fork

This commit is contained in:
Andrew Rabert 2019-08-24 14:18:26 -04:00
parent 2e49bcadb2
commit 963aace2c5
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ android {
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.github.hannesa2:AndroidSlidingUpPanel:3.5.0'
implementation 'com.squareup.okhttp3:okhttp:4.1.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}

View File

@ -12,5 +12,6 @@ allprojects {
repositories {
jcenter()
google()
maven { url 'https://jitpack.io' }
}
}