From 13a6dc54a660a078b4d7b8e140ecc96bfde7777f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:22:33 +0000 Subject: [PATCH] Bump androidx.camera:camera-lifecycle from 1.4.2 to 1.5.3 Bumps androidx.camera:camera-lifecycle from 1.4.2 to 1.5.3. --- updated-dependencies: - dependency-name: androidx.camera:camera-lifecycle dependency-version: 1.5.3 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 815dbb8..9428d9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,10 +40,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.android.volley:volley:1.2.1' - implementation "androidx.camera:camera-core:1.4.2" - implementation "androidx.camera:camera-camera2:1.4.2" - implementation "androidx.camera:camera-lifecycle:1.4.2" - implementation "androidx.camera:camera-view:1.4.2" + 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.concurrent:concurrent-futures:1.1.0"