From bfb998c49b2169fc8d4efa599254232743dc3921 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Apr 2024 00:01:30 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-view to v1.3.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2fc6504..2c16dd7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4' implementation 'androidx.camera:camera-lifecycle:1.3.2' - implementation 'androidx.camera:camera-view:1.3.2' + implementation 'androidx.camera:camera-view:1.3.3' runtimeOnly 'androidx.camera:camera-camera2:1.3.2' implementation 'com.google.code.gson:gson:2.10.1'