From 4216cb5f16e4c6e756cb32cfcb02ed9e6733c195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 01:38:38 +0000 Subject: [PATCH] fix(deps): update dependency androidx.constraintlayout:constraintlayout-compose to v1.1.1 --- 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 3a06259e78..046b869ed7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ core = "1.15.0" # Stick to 1.0.0 for now, and ensure that this scenario cannot be reproduced when upgrading the version. datastore = "1.0.0" constraintlayout = "2.2.0" -constraintlayout_compose = "1.1.0" +constraintlayout_compose = "1.1.1" lifecycle = "2.8.7" activity = "1.10.0" media3 = "1.5.1"