From bd21733353c23f65c5dd8090066bf12595c936dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 11:36:48 +0000 Subject: [PATCH] chore(deps): bump androidx.work:work-runtime in the androidx group Bumps the androidx group with 1 update: androidx.work:work-runtime. Updates `androidx.work:work-runtime` from 2.11.0 to 2.11.1 --- updated-dependencies: - dependency-name: androidx.work:work-runtime dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx ... 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 4bc06eb..9c7d13d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.preference:preference:1.2.1' - implementation 'androidx.work:work-runtime:2.11.0' + implementation 'androidx.work:work-runtime:2.11.1' implementation 'androidx.room:room-common:2.8.4' implementation 'androidx.room:room-runtime:2.8.4' annotationProcessor 'androidx.room:room-compiler:2.8.4'