From f543f4e23ec8d8ddd6546952cdcc35ce7cb77f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 10:12:44 +0000 Subject: [PATCH] chore: bump constraintlayout from 2.1.2 to 2.1.4 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] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b60d5b87..5cf91621 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' // Koin AndroidX implementation "org.koin:koin-androidx-viewmodel:${versions.koin_version}"