From b41ff5868e8a85b34a5f3491ca13340176c76f9b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Mar 2026 02:02:34 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-lifecycle to v1.6.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e45b991..295c3c8 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.3' + implementation 'androidx.camera:camera-lifecycle:1.6.0' implementation 'androidx.camera:camera-view:1.5.3' runtimeOnly 'androidx.camera:camera-camera2:1.6.0'