From 0966aa50547334446f8b7fdc5a36fa63c090fa48 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Mar 2025 02:02:29 +0000 Subject: [PATCH 1/3] 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/3] 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 From 73e2e203982e64487f0b4fe3bf2d1cfc3cc7e2f0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:03:08 +0000 Subject: [PATCH 3/3] Update plugin com.android.application to v8.9.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7eae539..1d4c3a6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.9.0' apply false + id 'com.android.application' version '8.9.1' apply false id 'com.android.library' version '8.9.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.20' apply false id 'com.autonomousapps.dependency-analysis' version '2.13.0' apply true -- 2.47.2