From 1cf4a6bc36648fb5524bc917a566d5f7e1c7630f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Jun 2024 00:03:49 +0000 Subject: [PATCH 1/2] Update plugin com.android.application to v8.5.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 289d84a..fb4b8b3 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.4.1' apply false + id 'com.android.application' version '8.5.0' apply false id 'com.android.library' version '8.4.1' apply false id 'org.jetbrains.kotlin.android' version '2.0.0' apply false id 'com.autonomousapps.dependency-analysis' version '1.32.0' apply true -- 2.47.1 From eb765e09e7409b59974f43bd123eea07c0412e93 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Jun 2024 00:03:56 +0000 Subject: [PATCH 2/2] Update dependency androidx.camera:camera-view to v1.3.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6234f69..7c31b08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.0.4' implementation 'androidx.camera:camera-lifecycle:1.3.4' - implementation 'androidx.camera:camera-view:1.3.3' + implementation 'androidx.camera:camera-view:1.3.4' runtimeOnly 'androidx.camera:camera-camera2:1.3.4' implementation 'com.google.code.gson:gson:2.11.0' -- 2.47.1