From 029a1fcde7ff043d96fa5bca361548874c6e95dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Dec 2024 01:01:07 +0000 Subject: [PATCH 1/2] 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 From aea6fa6c69945e6b17d0d369f7c84f39ae8f070b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Dec 2024 07:46:37 +0000 Subject: [PATCH 2/2] Update dependency androidx.camera:camera-lifecycle 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 eeda095..fa59df8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.3' - implementation 'androidx.camera:camera-lifecycle:1.4.0' + implementation 'androidx.camera:camera-lifecycle:1.4.1' implementation 'androidx.camera:camera-view:1.4.0' runtimeOnly 'androidx.camera:camera-camera2:1.4.1' -- 2.47.1