Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2022-05-22 19:41:02 +0300
committerGitHub <noreply@github.com>2022-05-22 19:41:02 +0300
commit5bec747377334d40dad665b0f425314a413ae9ff (patch)
tree47f5722a0faa90899190dcc08a90399b95783ed5
parente69ab2171eff2095dea8446792ea133249df84e4 (diff)
parent4277d572f3f28a531c79e130cf28eaed63ab74ca (diff)
Merge pull request #1073 from nextcloud/dependabot/gradle/com.sothree.slidinguppanel-library-3.4.0
Bump com.sothree.slidinguppanel:library from 3.2.1 to 3.4.0
-rw-r--r--News-Android-App/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle
index 9ede7308..3b56e7b1 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -144,7 +144,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
- implementation 'com.sothree.slidinguppanel:library:3.2.1'
+ implementation 'com.sothree.slidinguppanel:library:3.4.0'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'de.greenrobot:greendao:2.1.0'