From bff41abe68a63e92a68f469bb7207901244bd64f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 00:45:05 +0000 Subject: [PATCH] Bump androidx.work:work-multiprocess Bumps androidx.work:work-multiprocess from 2.9.0 to 2.9.1. --- updated-dependencies: - dependency-name: androidx.work:work-multiprocess dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-for-android/dists/kolibri/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-for-android/dists/kolibri/build.gradle b/python-for-android/dists/kolibri/build.gradle index e74b85c..d3eebfd 100644 --- a/python-for-android/dists/kolibri/build.gradle +++ b/python-for-android/dists/kolibri/build.gradle @@ -107,7 +107,7 @@ dependencies { 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-multiprocess:2.9.1' implementation "androidx.lifecycle:lifecycle-service:2.7.0" implementation 'net.sourceforge.streamsupport:java9-concurrent-backport:2.0.5' }