From f897b4fc4e105f6147a26d72cdfdf80f44fef876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 17:43:07 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d5b0d9f..136f791 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'me.dm7.barcodescanner:zxing:1.9.13' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.squareup.okhttp3:okhttp:4.12.0'