From c1a60854ef1137c38f5419bacd3e9cab5b1e9aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:58:37 +0300 Subject: [PATCH] Bump androidx.annotation:annotation from 1.8.0 to 1.8.2 (#693) Bumps androidx.annotation:annotation from 1.8.0 to 1.8.2. [no ci] --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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' }