From 4b5538de05006f546eec2e9279c1644685586aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 20:42:03 +0000 Subject: [PATCH] Bump androidx.constraintlayout:constraintlayout from 2.2.0 to 2.2.1 Bumps androidx.constraintlayout:constraintlayout from 2.2.0 to 2.2.1. --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout 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 e2a9b1fcf6..1ffd693dda 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -420,7 +420,7 @@ dependencies { implementation("androidx.browser:browser:1.8.0") implementation("androidx.recyclerview:recyclerview:1.4.0") implementation("androidx.recyclerview:recyclerview-selection:1.1.0") - implementation("androidx.constraintlayout:constraintlayout:2.2.0") + implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.test.espresso:espresso-idling-resource:3.6.1") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7")