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'