From 813af80e5a04fef4ea1861322af3e525d4e4bc41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:28:47 +0000 Subject: [PATCH] Bump androidx.camera:camera-view in /android-refimpl-app Bumps androidx.camera:camera-view from 1.3.2 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.camera:camera-view dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android-refimpl-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-refimpl-app/app/build.gradle b/android-refimpl-app/app/build.gradle index 538a722f4..300f09ed4 100644 --- a/android-refimpl-app/app/build.gradle +++ b/android-refimpl-app/app/build.gradle @@ -422,7 +422,7 @@ dependencies { // CameraX dependencies implementation "androidx.camera:camera-lifecycle:1.3.2" implementation 'androidx.camera:camera-camera2:1.3.2' - implementation 'androidx.camera:camera-view:1.3.2' + implementation 'androidx.camera:camera-view:1.3.3' implementation 'androidx.camera:camera-extensions:1.3.2' // implementation 'com.github.zoff99:pkgs_TensorflowLiteAndroidMediapipeCPU:2.6.0'