From a01f60cd744f3e362f6e324d4cd29d5e37eae2de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:26:19 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-video to v1.3.0-rc02 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 86f2e2e..bd105b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -59,7 +59,7 @@ dependencies { // If you want to additionally use the CameraX Lifecycle library implementation("androidx.camera:camera-lifecycle:1.3.0-alpha01") // If you want to additionally use the CameraX VideoCapture library - implementation("androidx.camera:camera-video:1.3.0-alpha01") + implementation("androidx.camera:camera-video:1.3.0-rc02") // If you want to additionally use the CameraX View class implementation("androidx.camera:camera-view:1.3.0-alpha01") // If you want to additionally add CameraX ML Kit Vision Integration