From 8de7c1eca0bbcef8e264c63cefc977690c52d4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:32:49 +0000 Subject: [PATCH] chore(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a5b60ae..206bbb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' // WorkManager for periodic background tasks - implementation 'androidx.work:work-runtime-ktx:2.11.0' + implementation 'androidx.work:work-runtime-ktx:2.11.1' // osmdroid for map display implementation 'org.osmdroid:osmdroid-android:6.1.18'