From 021fbea6a64394968c8211753039a12d5dc0e541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:25:55 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 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] --- 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 1f6f894bd..dcbb96414 100644 --- a/shell-loader/stub/build.gradle +++ b/shell-loader/stub/build.gradle @@ -25,5 +25,5 @@ android { } dependencies { - implementation 'androidx.annotation:annotation:1.7.1' + implementation 'androidx.annotation:annotation:1.8.0' }