From 039a87b41331790055b4fff74522dddeb0dc13fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 10:15:38 +0000 Subject: [PATCH] chore(deps): bump the androidx group with 2 updates Bumps the androidx group with 2 updates: androidx.appcompat:appcompat and androidx.fragment:fragment. Updates `androidx.appcompat:appcompat` from 1.7.1 to 1.8.0 Updates `androidx.fragment:fragment` from 1.8.9 to 1.9.0 --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.fragment:fragment dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] --- sms2webhook/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 90937db..ebad1ee 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -47,7 +47,7 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'androidx.preference:preference:1.2.1' @@ -57,7 +57,7 @@ dependencies { annotationProcessor 'androidx.room:room-compiler:2.8.4' implementation 'androidx.activity:activity:1.13.0' - implementation 'androidx.fragment:fragment:1.8.9' + implementation 'androidx.fragment:fragment:1.9.0' // Added for MVVM architecture implementation 'androidx.lifecycle:lifecycle-viewmodel:2.11.0'