From 1734422291e42ce260d619ae82fbd27cd46c90b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:57:22 +0000 Subject: [PATCH] chore(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/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index dd3f9ca..82bf608 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.core:core-ktx:1.13.1" - implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.appcompat:appcompat:1.7.1" implementation "androidx.webkit:webkit:1.12.1" implementation "androidx.security:security-crypto:1.1.0-alpha06" implementation "androidx.localbroadcastmanager:localbroadcastmanager:1.1.0"