From 79ee55d56ed816887975ed09097e72be9d7c7ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:56:46 +0000 Subject: [PATCH] Bump androidx.camera:camera-view in /android-refimpl-app Bumps androidx.camera:camera-view from 1.3.3 to 1.3.4. --- 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 366fbfac1..fbb87645d 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.3" implementation 'androidx.camera:camera-camera2:1.3.4' - implementation 'androidx.camera:camera-view:1.3.3' + implementation 'androidx.camera:camera-view:1.3.4' implementation 'androidx.camera:camera-extensions:1.3.4' // implementation 'com.github.zoff99:pkgs_TensorflowLiteAndroidMediapipeCPU:2.6.0'