From b77d1431423c0bc9941c1c47487b4b1664f4e97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 01:05:37 +0000 Subject: [PATCH] Bump constraintlayout from 2.1.1 to 2.1.4 Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 041765a..66e31ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation "androidx.appcompat:appcompat:1.3.1" implementation "androidx.core:core-ktx:1.7.0" - implementation "androidx.constraintlayout:constraintlayout:2.1.1" + implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"