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-06-02 18:23:11 +0300
committerGitHub <noreply@github.com>2022-06-02 18:23:11 +0300
commitdc66f72f9223044cca8ebb513fd70f4daf771e12 (patch)
tree9c697a0595f624212223101455836568479ec49e /News-Android-App
parent07b187aacb5b3fe17933d3e051bc2d0588b49e54 (diff)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/androidx/constraintlayout/releases) - [Commits](https://github.com/androidx/constraintlayout/commits) --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'News-Android-App')
-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 1f80af56..f917f04a 100644
--- a/News-Android-App/build.gradle
+++ b/News-Android-App/build.gradle
@@ -143,7 +143,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'