diff --git a/android/app/build.gradle b/android/app/build.gradle index e7ae56a..6d8a73c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -124,7 +124,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.opencsv:opencsv:5.5.2' implementation project(':react-native-sqlite-storage') implementation project(':react-native-vector-icons')