From 0b32b2c3412365eefe97a13cfc93a4906e4cc506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 20:35:59 +0000 Subject: [PATCH] deps: bump androidx.constraintlayout:constraintlayout Bumps the gradle-minor-patch group with 1 update: androidx.constraintlayout:constraintlayout. Updates `androidx.constraintlayout:constraintlayout` from 2.2.1 to 2.2.2 --- updated-dependencies: - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 82c30a09..c7e1445e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,7 +177,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.work:work-runtime:2.11.2' implementation 'com.google.guava:guava:33.6.0-android'