From 1024b8f4aa3fde9ed3fbc45bcb7bb5f86ba16aa4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:03:18 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-view to v1.4.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a77bb06..afca2a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' implementation 'androidx.camera:camera-lifecycle:1.4.2' - implementation 'androidx.camera:camera-view:1.4.1' + implementation 'androidx.camera:camera-view:1.4.2' runtimeOnly 'androidx.camera:camera-camera2:1.4.2' implementation 'com.google.code.gson:gson:2.12.1'