From c404d498d5440a062f1dc1b578bd6af960d671a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Nov 2024 01:01:30 +0000 Subject: [PATCH 1/2] Update plugin com.android.application to v8.7.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3803d42..b8defc8 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.7.1' apply false + id 'com.android.application' version '8.7.2' apply false id 'com.android.library' version '8.7.1' apply false id 'org.jetbrains.kotlin.android' version '2.0.21' apply false id 'com.autonomousapps.dependency-analysis' version '2.3.0' apply true -- 2.47.1 From 8a22d3b66ecbd325fd76110323809380d384bb40 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Nov 2024 01:06:00 +0000 Subject: [PATCH 2/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