From bfb29520032c3f6a3d3808017dadab4986e3054c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 18:55:30 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.1 --- 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 531e09532f..281b426c30 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -165,7 +165,7 @@ android { dependencies { // required by react-native-screens - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.1") // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android")