From ecd9f6b4e2dd65a9f0e260f9f379c8b1b64f2f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 00:03:08 +0000 Subject: [PATCH] Bump androidx.work:work-runtime in /python-for-android/dists/kolibri Bumps androidx.work:work-runtime from 2.9.0 to 2.10.3. --- updated-dependencies: - dependency-name: androidx.work:work-runtime dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-for-android/dists/kolibri/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-for-android/dists/kolibri/build.gradle b/python-for-android/dists/kolibri/build.gradle index e74b85c1..97d42214 100644 --- a/python-for-android/dists/kolibri/build.gradle +++ b/python-for-android/dists/kolibri/build.gradle @@ -106,8 +106,8 @@ dependencies { implementation 'com.android.support:multidex:1.0.3' implementation 'androidx.annotation:annotation:1.7.1' implementation 'androidx.concurrent:concurrent-futures:1.1.0' - implementation 'androidx.work:work-runtime:2.9.0' - implementation 'androidx.work:work-multiprocess:2.9.0' + implementation 'androidx.work:work-runtime:2.10.3' + implementation 'androidx.work:work-multiprocess:2.10.3' implementation "androidx.lifecycle:lifecycle-service:2.7.0" implementation 'net.sourceforge.streamsupport:java9-concurrent-backport:2.0.5' }