From 68fe80b7d9b664e5d61a7a3566f5c283e9c99a3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:26:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.camera:camera-core to v1.2.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7c7ed3..3669fab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation 'androidx.camera:camera-camera2:1.0.0-beta11' - implementation 'androidx.camera:camera-core:1.0.0-beta11' - implementation 'androidx.camera:camera-core:1.0.0-beta11' + implementation 'androidx.camera:camera-core:1.2.1' + implementation 'androidx.camera:camera-core:1.2.1' implementation 'androidx.camera:camera-extensions:1.0.0-alpha18' implementation 'androidx.camera:camera-lifecycle:1.0.0-beta11' implementation 'androidx.camera:camera-view:1.0.0-alpha15'