From ffd796220ff2783d7c4bff41b8b1370d3d46bbc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:37:33 +0000 Subject: [PATCH] Update dependency androidx.constraintlayout:constraintlayout to v2.2.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d5b0d9f..cc7ba34 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.2' implementation 'me.dm7.barcodescanner:zxing:1.9.13' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation 'com.squareup.okhttp3:okhttp:4.12.0'