From 8a22d3b66ecbd325fd76110323809380d384bb40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Nov 2024 01:06:00 +0000 Subject: [PATCH 1/2] Update dependency androidx.camera:camera-camera2 to v1.4.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7040d28..059b72d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'androidx.camera:camera-lifecycle:1.3.4' implementation 'androidx.camera:camera-view:1.3.4' - runtimeOnly 'androidx.camera:camera-camera2:1.3.4' + runtimeOnly 'androidx.camera:camera-camera2:1.4.0' implementation 'com.google.code.gson:gson:2.11.0' implementation 'com.google.android.material:material:1.12.0' -- 2.47.1 From efb3a436c49b1ebd9304d73906d3424cbd7353cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 3 Nov 2024 01:05:40 +0000 Subject: [PATCH 2/2] Update plugin com.android.library to v8.7.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b8defc8..1f4c593 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.7.2' apply false - id 'com.android.library' version '8.7.1' apply false + id 'com.android.library' version '8.7.2' apply false id 'org.jetbrains.kotlin.android' version '2.0.21' apply false id 'com.autonomousapps.dependency-analysis' version '2.3.0' apply true } \ No newline at end of file -- 2.47.1