From 2570944af4164f18ef7041124b3d4b0805ea3dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:55:41 +0000 Subject: [PATCH] build(deps): bump androidx.camera:camera-camera2 Bumps androidx.camera:camera-camera2 from 1.3.0-beta01 to 1.3.0-rc01. --- updated-dependencies: - dependency-name: androidx.camera:camera-camera2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d527856..6304f05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.2' implementation "androidx.camera:camera-core:1.3.0-beta01" - implementation "androidx.camera:camera-camera2:1.3.0-beta01" + implementation "androidx.camera:camera-camera2:1.3.0-rc01" implementation "androidx.camera:camera-lifecycle:1.3.0-beta01" implementation 'androidx.camera:camera-view:1.3.0-beta01' implementation 'com.google.android.gms:play-services-mlkit-text-recognition:19.0.0'