From 1b6140c7f72026e260bdb230111ce9ea618d1ac0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Aug 2026 02:02:18 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-lifecycle to v1.6.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7bf5c32..18f6d5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' - implementation 'androidx.camera:camera-lifecycle:1.6.1' + implementation 'androidx.camera:camera-lifecycle:1.6.2' implementation 'androidx.camera:camera-view:1.6.1' runtimeOnly 'androidx.camera:camera-camera2:1.6.1'