From 3469a98db624149ffc81417fa85ab899a1b7e198 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 1 Mar 2025 01:02:05 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e49551d31..55c83da1d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -200,7 +200,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' - implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation "androidx.camera:camera-core:1.4.1" implementation "androidx.camera:camera-camera2:1.4.1" implementation 'androidx.camera:camera-view:1.4.1'