From 49a709b8d7f7470c55346b98ee6c04e582eeed36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:32:10 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tmpfile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpfile/build.gradle b/tmpfile/build.gradle index 7bb1ba8..8897832 100644 --- a/tmpfile/build.gradle +++ b/tmpfile/build.gradle @@ -39,7 +39,7 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.8.2' + implementation 'androidx.annotation:annotation:1.9.0' } afterEvaluate {