From fae11cce6129d61feb4cbf97539a215443ad93e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:55:35 +0000 Subject: [PATCH] build(deps): bump androidx.work:work-runtime-ktx in /android Bumps androidx.work:work-runtime-ktx from 2.9.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-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 7def565..571fce1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -148,7 +148,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-process:2.8.7" // Background sync scheduler (single periodic job waking the native sync engine). - implementation "androidx.work:work-runtime-ktx:2.9.1" + implementation "androidx.work:work-runtime-ktx:2.11.2" testImplementation "junit:junit:4.13.2" testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0"