From 5861bfedbe067e0cb469667fb3cce11bf8ffa676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:01:19 +0000 Subject: [PATCH] Bump constraintlayout from 2.0.4 to 2.1.1 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.0.4 to 2.1.1. - [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..76f1eda 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.1' implementation recyclerview implementation material testImplementation 'junit:junit:4.13.2' diff --git a/helpfulutils/build.gradle b/helpfulutils/build.gradle index 70775dc..64a9c50 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.1' } apply from: '../publish.gradle' \ No newline at end of file diff --git a/testingplaygroundapp/build.gradle b/testingplaygroundapp/build.gradle index cc64ad5..cfe3c1f 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.1' 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.1' implementation recyclerview implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'