From aa2b6d142a8c707180f07a93704688a29d6e7b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Rebelo?= Date: Thu, 31 Oct 2024 23:44:27 +0000 Subject: [PATCH] Update androidx.constraintlayout to v2.2.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 85e481891..78b241b15 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -200,7 +200,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.2' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation "androidx.camera:camera-core:1.3.4" implementation "androidx.camera:camera-camera2:1.3.4" implementation 'androidx.camera:camera-view:1.3.4'