From 0966aa50547334446f8b7fdc5a36fa63c090fa48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Mar 2025 02:02:29 +0000 Subject: [PATCH 1/2] Update dependency androidx.camera:camera-camera2 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 971026e..ebe5740 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.4.1' implementation 'androidx.camera:camera-view:1.4.1' - runtimeOnly 'androidx.camera:camera-camera2:1.4.1' + runtimeOnly 'androidx.camera:camera-camera2:1.4.2' implementation 'com.google.code.gson:gson:2.12.1' implementation 'com.google.android.material:material:1.12.0' -- 2.47.2 From a95c6951f2dfa937ac0af288c4467e51d948d557 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 02:03:22 +0000 Subject: [PATCH 2/2] Update dependency androidx.camera:camera-lifecycle 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 ebe5740..a77bb06 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.5' - implementation 'androidx.camera:camera-lifecycle:1.4.1' + implementation 'androidx.camera:camera-lifecycle:1.4.2' implementation 'androidx.camera:camera-view:1.4.1' runtimeOnly 'androidx.camera:camera-camera2:1.4.2' -- 2.47.2