From e941e4d46e8d62a282b20c29cd0e878d364b13d1 Mon Sep 17 00:00:00 2001 From: meikpiep Date: Thu, 6 Mar 2025 19:53:33 +0100 Subject: [PATCH] Upgrade constraint layout to 2.2.1 --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 4ecaaa24..cec30236 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -25,7 +25,7 @@ android-material = { group = "com.google.android.material", name = "material", v androidx-annotation = { group = "androidx.annotation", name = "annotation", version = "1.9.1" } androidx-ktx = { group = "androidx.core", name = "core-ktx", version = "1.15.0" } -androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.0" } +androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version = "2.2.1" } androidx-drawerlayout = { group = "androidx.drawerlayout", name = "drawerlayout", version = "1.2.0" } androidx-fragment = { group = "androidx.fragment", name = "fragment-ktx", version = "1.8.6" } androidx-gridlayout = { group = "androidx.gridlayout", name = "gridlayout", version = "1.0.0" }