From 9316dc80849dafc331e7336dee9a378104bae72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:00:36 -0500 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.1.4 to 2.2.0 (#351) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3135ca4f..d0de217c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ android-plugin = { module = "com.android.tools.build:gradle", version = "8.7.1" androidx-annotations = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" } -androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } +androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.7" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.15.0" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", "version" = "1.3.2" }