From f2d6de3530962f4e3d8367bc159b0d5bca0a32a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:05:49 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.4 to 2.1.3 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.3. - [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-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- helpfulutils/build.gradle | 2 +- testingplaygroundapp/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c16ae3a..49b29e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation coreKTX implementation appcompat - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation recyclerview implementation material testImplementation 'junit:junit:4.13.2' diff --git a/helpfulutils/build.gradle b/helpfulutils/build.gradle index 70775dc..5f6179b 100644 --- a/helpfulutils/build.gradle +++ b/helpfulutils/build.gradle @@ -44,7 +44,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation recyclerview implementation 'androidx.biometric:biometric:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' } apply from: '../publish.gradle' \ No newline at end of file diff --git a/testingplaygroundapp/build.gradle b/testingplaygroundapp/build.gradle index cc64ad5..a48ce78 100644 --- a/testingplaygroundapp/build.gradle +++ b/testingplaygroundapp/build.gradle @@ -43,11 +43,11 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation coreKTX implementation appcompat - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation recyclerview implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'