From 8a9672d6f63f6528bc563f9acfcb34bc111761d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:01:40 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.2 to 1.9.1 Bumps androidx.annotation:annotation from 1.8.2 to 1.9.1. --- 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..7955108 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.1' } afterEvaluate {