From f87d06aa95772f5c8b9b861f3f2f7acea9207787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:28:07 +0000 Subject: [PATCH] chore(deps): Bump androidx.work:work-runtime-ktx from 2.11.1 to 2.11.2 Bumps androidx.work:work-runtime-ktx from 2.11.1 to 2.11.2. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.2 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 c097e12..4aab3a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' // WorkManager for periodic background tasks - implementation 'androidx.work:work-runtime-ktx:2.11.1' + implementation 'androidx.work:work-runtime-ktx:2.11.2' // osmdroid for map display implementation 'org.osmdroid:osmdroid-android:6.1.20'