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

github.com/stefan-niedermann/nextcloud-deck.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-05-20 15:18:03 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-05-20 18:29:39 +0300
commit5e324a3df4ee8c843341dc6727dfd4f7567cafb9 (patch)
treeb49511d9f32712d9076def9565eb9ad2cad11f06
parent3f20ce023395314161cdd2b3459a2a10a2407ec0 (diff)
Bump constraintlayout from 2.1.3 to 2.1.4
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.3 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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3bb481195..e00b0a78b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -75,7 +75,7 @@ dependencies {
implementation 'androidx.camera:camera-camera2:1.2.0-alpha01'
implementation 'androidx.camera:camera-lifecycle:1.2.0-alpha01'
implementation 'androidx.camera:camera-view:1.2.0-alpha01'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
def roomVersion = "2.4.2"
implementation "androidx.room:room-runtime:$roomVersion"