From 4d23cf6106780ae6645c3f8b401f9daa12383aad Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 10 Feb 2024 16:45:42 +1300 Subject: [PATCH] Upgrade constraintlayout --- 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 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')