From 34f76015aee55db7a1ab09fa4202f694ec4c1d94 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Aug 2026 06:16:38 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.2 --- 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 60388a62d1..58855576df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ firebaseAppDistribution = "5.2.1" # AndroidX core = "1.18.0" datastore = "1.2.1" -constraintlayout = "2.2.1" +constraintlayout = "2.2.2" constraintlayout_compose = "1.1.1" lifecycle = "2.10.0" activity = "1.13.0"