From 903fd27efbf7109074454e74881ce768edd6b03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:52:49 +0000 Subject: [PATCH] Bump androidx.work:work-runtime-ktx from 2.11.0 to 2.11.1 Bumps androidx.work:work-runtime-ktx from 2.11.0 to 2.11.1. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index de6fd0e..48e4a57 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { implementation("androidx.room:room-ktx:$roomVersion") // Work - implementation("androidx.work:work-runtime-ktx:2.11.0") + implementation("androidx.work:work-runtime-ktx:2.11.1") implementation("androidx.hilt:hilt-work:1.3.0") // Test