From 245146465c53ae4e05ea5b1459963e5fcc5703e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:56:01 +0000 Subject: [PATCH] Bump androidx.concurrent:concurrent-futures Bumps androidx.concurrent:concurrent-futures from 1.1.0 to 1.2.0. --- updated-dependencies: - dependency-name: androidx.concurrent:concurrent-futures 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 e74b85c1..7619094d 100644 --- a/python-for-android/dists/kolibri/build.gradle +++ b/python-for-android/dists/kolibri/build.gradle @@ -105,7 +105,7 @@ dependencies { implementation 'com.android.support:support-v4:28.0.0' 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.concurrent:concurrent-futures:1.3.0' implementation 'androidx.work:work-runtime:2.9.0' implementation 'androidx.work:work-multiprocess:2.9.0' implementation "androidx.lifecycle:lifecycle-service:2.7.0"