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' } } }