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-07-29 19:50:38 +0300
committerGitHub <noreply@github.com>2022-07-29 19:50:38 +0300
commit999f0db1737fd14bb2beabf7c76b3bdeacb63532 (patch)
tree55e00e176845dc637df6c03b53b93ca0cd34f420
parent7a800d1573216b8f0c017eb97fda74d8774be892 (diff)
parentdc66f72f9223044cca8ebb513fd70f4daf771e12 (diff)
Merge pull request #1091 from nextcloud/dependabot/gradle/androidx.constraintlayout-constraintlayout-2.1.4
Bump constraintlayout from 2.1.2 to 2.1.4
-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 3863e7b4..2ab61945 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -144,7 +144,7 @@ dependencies {
//implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'com.google.code.gson:gson:2.9.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.sothree.slidinguppanel:library:3.4.0'