From f4b46c86d5aeac1324508b928e065590f96e63ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:03:39 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2 Bumps androidx.constraintlayout:constraintlayout from 2.2.1 to 2.2.2. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 8efe1908b..3efef3a84 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -487,7 +487,7 @@ dependencies { implementation("androidx.browser:browser:1.10.0") implementation("androidx.recyclerview:recyclerview:1.4.0") implementation("androidx.recyclerview:recyclerview-selection:1.2.0") - implementation("androidx.constraintlayout:constraintlayout:2.2.1") + implementation("androidx.constraintlayout:constraintlayout:2.2.2") implementation("androidx.test.espresso:espresso-idling-resource:3.7.0") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.11.0")