From bd00a6a2a5ed860addebdff4157107122da9b6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:02:16 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-service Bumps androidx.lifecycle:lifecycle-service from 2.9.4 to 2.10.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-service dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ce780638..31759578 100644 --- a/python-for-android/dists/kolibri/build.gradle +++ b/python-for-android/dists/kolibri/build.gradle @@ -111,6 +111,6 @@ dependencies { implementation 'androidx.concurrent:concurrent-futures:1.3.0' implementation 'androidx.work:work-runtime:2.11.0' implementation 'androidx.work:work-multiprocess:2.11.0' - implementation "androidx.lifecycle:lifecycle-service:2.9.4" + implementation "androidx.lifecycle:lifecycle-service:2.10.0" implementation 'net.sourceforge.streamsupport:java9-concurrent-backport:2.0.5' }