From 28fbc9f050c80adebb5797e81aa0554621f36a77 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Aug 2026 02:02:16 +0000 Subject: [PATCH 1/3] Update dependency androidx.camera:camera-view to v1.6.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e0619f3..f702120 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' implementation 'androidx.camera:camera-lifecycle:1.6.2' - implementation 'androidx.camera:camera-view:1.6.1' + implementation 'androidx.camera:camera-view:1.6.2' runtimeOnly 'androidx.camera:camera-camera2:1.6.2' implementation 'com.google.android.material:material:1.14.0' -- 2.54.0 From 1703171b1a27714e9421bea1d1b7e31eeb100ef1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Aug 2026 02:02:21 +0000 Subject: [PATCH 2/3] Update dependency androidx.navigation:navigation-compose to v2.10.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e0619f3..d04de88 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,7 +107,7 @@ dependencies { implementation 'androidx.compose.material3:material3:1.4.0' implementation 'androidx.compose.material:material:1.12.0' implementation 'androidx.compose.material:material-icons-extended:1.7.8' - implementation 'androidx.navigation:navigation-compose:2.9.8' + implementation 'androidx.navigation:navigation-compose:2.10.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation "androidx.biometric:biometric:1.2.0-alpha05" -- 2.54.0 From 4c779e5e80d523e3fa2b5f403d5befdac77f7001 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Aug 2026 02:02:51 +0000 Subject: [PATCH 3/3] Update plugin com.android.library to v9.3.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b3f930..de77009 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { plugins { id 'com.android.application' version '9.3.2' apply false - id 'com.android.library' version '9.3.1' apply false + id 'com.android.library' version '9.3.2' apply false id 'org.jetbrains.kotlin.android' version '2.4.10' apply false id 'com.autonomousapps.dependency-analysis' version '3.19.1' apply true } \ No newline at end of file -- 2.54.0