From df6b817aee692ab45724f73fc4aefd0563b0dff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:12:24 +0000 Subject: [PATCH] chore(deps): bump androidx.constraintlayout:constraintlayout Bumps the androidx 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: androidx ... Signed-off-by: dependabot[bot] --- sms2webhook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 058eb85..90937db 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.14.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.work:work-runtime:2.11.2' implementation 'androidx.room:room-common:2.8.4'