From 14fb7ec3b2c53fd847a5521d7677038318f943d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:09:57 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.0 to 1.8.2 Bumps androidx.annotation:annotation from 1.8.0 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- shell-loader/stub/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-loader/stub/build.gradle b/shell-loader/stub/build.gradle index d27526976..e6547a5f2 100644 --- a/shell-loader/stub/build.gradle +++ b/shell-loader/stub/build.gradle @@ -25,5 +25,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.annotation:annotation:1.8.2' }