From e4aa9c2ef94c0da5f4f98bd225136fa71e230bdc Mon Sep 17 00:00:00 2001 From: beatbrot Date: Mon, 11 Mar 2019 13:48:00 +0100 Subject: [PATCH] Update SlidingUpPanel and remove unnecessary repositories-block --- app/build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47aa4f0c..fad51df5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,7 +154,7 @@ dependencies { implementation 'me.zhanghai.android.materialprogressbar:library:1.4.2' implementation 'com.r0adkll:slidableactivity:2.0.6' /*Backend all*/ - implementation 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3' + implementation 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.3-kmod' implementation 'com.github.AdrienPoupa:jaudiotagger:2.2.3' implementation 'org.nanohttpd:nanohttpd:2.3.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" @@ -165,6 +165,4 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation project(':appthemehelper') } -repositories { - mavenCentral() -} +