From bd84486f7284fa8c88f50557034d4cb26bea3e30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:12:35 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.0 --- 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 e79aa17a9b..431a5b6ef6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -167,7 +167,7 @@ android { dependencies { // required by react-native-screens - implementation("androidx.appcompat:appcompat:1.6.1") + implementation("androidx.appcompat:appcompat:1.7.0") // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android")