From 029a1fcde7ff043d96fa5bca361548874c6e95dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Dec 2024 01:01:07 +0000 Subject: [PATCH] Update dependency androidx.camera:camera-camera2 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..eeda095 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.4.0' implementation 'androidx.camera:camera-view:1.4.0' - runtimeOnly 'androidx.camera:camera-camera2:1.4.0' + runtimeOnly 'androidx.camera:camera-camera2:1.4.1' implementation 'com.google.code.gson:gson:2.11.0' implementation 'com.google.android.material:material:1.12.0' -- 2.47.1