From e3de4c6a8269286e6dab6068e4c3cc56f31f2333 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:09:01 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 --- android_app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index 3e7828b..d3fe257 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.core:core-ktx:1.10.1" - implementation "androidx.constraintlayout:constraintlayout:2.1.4" + implementation "androidx.constraintlayout:constraintlayout:2.2.1" implementation "androidx.fragment:fragment-ktx:1.6.1" testImplementation "junit:junit:4.13.2" androidTestImplementation "androidx.test:runner:1.5.2"