From 1495c1d5183dbf93d0fa24a753c353c8c5232d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:53:23 +0000 Subject: [PATCH] build(deps): Bump androidx.appcompat:appcompat in /android Bumps androidx.appcompat:appcompat from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2e0bedb..322dc1e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -702,7 +702,7 @@ afterEvaluate { dependencies { implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1' // M6-S02: Keystore-backed BYOK key storage. EncryptedSharedPreferences // wraps SharedPreferences with AES256-GCM keys held in the Android