From 8a6219121c207296e8812e9bc9a15d86173d0a56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 13 Dec 2024 01:01:11 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-view to v1.4.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c07c4c..30fb97e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.3' implementation 'androidx.camera:camera-lifecycle:1.4.0' - implementation 'androidx.camera:camera-view:1.4.0' + implementation 'androidx.camera:camera-view:1.4.1' runtimeOnly 'androidx.camera:camera-camera2:1.4.0' implementation 'com.google.code.gson:gson:2.11.0'