diff --git a/android/app/build.gradle b/android/app/build.gradle index 67cfe161b..c8e0efb7a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -137,7 +137,7 @@ dependencies { androidTestImplementation('com.wix:detox:0.1.1') implementation 'androidx.appcompat:appcompat:1.7.0' implementation fileTree(dir: "libs", include: ["*.jar"]) - implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' } apply plugin: 'com.google.gms.google-services' // Google Services plugin apply plugin: "com.bugsnag.android.gradle"