From be33509de2d70011dde79b8e1505c4e9c713f754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:20:15 +0000 Subject: [PATCH] fix(deps): update dependency androidx.appcompat:appcompat to v1.7.1 --- formulus/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formulus/android/app/build.gradle b/formulus/android/app/build.gradle index 3deb078b7..ddb69ccff 100644 --- a/formulus/android/app/build.gradle +++ b/formulus/android/app/build.gradle @@ -169,7 +169,7 @@ dependencies { // Explicitly include AndroidX dependencies to avoid conflicts implementation 'androidx.core:core:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.1' // Fix for react-native-push-notification duplicate class conflicts configurations.all { @@ -177,7 +177,7 @@ dependencies { exclude group: 'androidx.legacy', module: 'legacy-support-v4' resolutionStrategy { force 'androidx.core:core:1.9.0' - force 'androidx.appcompat:appcompat:1.6.1' + force 'androidx.appcompat:appcompat:1.7.1' } } }