From cd1a9ec274429be889289e19109bdff352c2b584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:25:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.camera:camera-camera2 to v1.2.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b7c7ed3..9afab6f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'androidx.camera:camera-camera2:1.0.0-beta11' + implementation 'androidx.camera:camera-camera2:1.2.2' implementation 'androidx.camera:camera-core:1.0.0-beta11' implementation 'androidx.camera:camera-core:1.0.0-beta11' implementation 'androidx.camera:camera-extensions:1.0.0-alpha18'