From 6f88e543da59563397154d90788969bbade400a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:31:52 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.7.0 to 1.7.1 Bumps androidx.annotation:annotation from 1.7.0 to 1.7.1. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/book/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/book/build.gradle b/modules/book/build.gradle index 2e26e4bf6..89fb2850f 100644 --- a/modules/book/build.gradle +++ b/modules/book/build.gradle @@ -30,5 +30,5 @@ android { dependencies { compileOnly "com.android.tools.build:gradle:$agp_version" - implementation 'androidx.annotation:annotation:1.7.0' + implementation 'androidx.annotation:annotation:1.7.1' } \ No newline at end of file