From b5c2d78ef4f1dc6dd3f7f7fd37ed09f75f11ea1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:58:57 +0000 Subject: [PATCH] Bump androidx.annotation:annotation in /python-for-android/dists/kolibri Bumps androidx.annotation:annotation from 1.7.1 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation 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..e1ee601a 100644 --- a/python-for-android/dists/kolibri/build.gradle +++ b/python-for-android/dists/kolibri/build.gradle @@ -104,7 +104,7 @@ android { 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.annotation:annotation:1.9.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'