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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-08 08:15:29 +0300
committerGitHub <noreply@github.com>2022-03-08 08:15:29 +0300
commit4277d572f3f28a531c79e130cf28eaed63ab74ca (patch)
tree700e0f67891b4ad1c56679445d414d2ce364e94c
parent58cba7e4e511b511860d97ad043dd2847d8d6001 (diff)
Bump com.sothree.slidinguppanel:library from 3.2.1 to 3.4.0dependabot/gradle/com.sothree.slidinguppanel-library-3.4.0
Bumps [com.sothree.slidinguppanel:library](https://github.com/umano/AndroidSlidingUpPanel) from 3.2.1 to 3.4.0. - [Release notes](https://github.com/umano/AndroidSlidingUpPanel/releases) - [Commits](https://github.com/umano/AndroidSlidingUpPanel/commits) --- updated-dependencies: - dependency-name: com.sothree.slidinguppanel:library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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 85ac0e24..82d0c82b 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'