From edb4960bc301db9c2cf2337959d2d78f3d05a4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:54:28 +0000 Subject: [PATCH] Bump androidx.annotation:annotation in /python-for-android/dists/kolibri Bumps androidx.annotation:annotation from 1.7.1 to 1.8.0. --- 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..37956746 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.8.0' implementation 'androidx.concurrent:concurrent-futures:1.1.0' implementation 'androidx.work:work-runtime:2.9.0' implementation 'androidx.work:work-multiprocess:2.9.0'