Upgrade constraintlayout

This commit is contained in:
Brandon Presley 2024-02-10 16:45:42 +13:00
parent 60eec2c482
commit 4d23cf6106
1 changed files with 1 additions and 1 deletions

View File

@ -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')