From 89d9f0274e3aa50153a48cae3f9b759bde31d493 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Jan 2026 02:02:07 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-lifecycle to v1.5.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 749a7b3..d14c065 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' - implementation 'androidx.camera:camera-lifecycle:1.5.2' + implementation 'androidx.camera:camera-lifecycle:1.5.3' implementation 'androidx.camera:camera-view:1.5.2' runtimeOnly 'androidx.camera:camera-camera2:1.5.2' -- 2.49.1