From cd680285a06bab54fed7b56b1733e22d8c246c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:26:59 +0000 Subject: [PATCH] Bump androidx.camera:camera-core from 1.5.3 to 1.6.0 Bumps androidx.camera:camera-core from 1.5.3 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.camera:camera-core dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 9e20159..cb7f3c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,10 +46,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.android.volley:volley:1.2.1' - implementation "androidx.camera:camera-core:1.5.3" - implementation "androidx.camera:camera-camera2:1.5.3" - implementation "androidx.camera:camera-lifecycle:1.5.3" - implementation "androidx.camera:camera-view:1.5.3" + implementation "androidx.camera:camera-core:1.6.0" + implementation "androidx.camera:camera-camera2:1.6.0" + implementation "androidx.camera:camera-lifecycle:1.6.0" + implementation "androidx.camera:camera-view:1.6.0" implementation "androidx.concurrent:concurrent-futures:1.3.0"