From 88be0332e4912c7ce91e576b7bf6c8f00bb83b78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:12:51 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 --- 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 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"