From 227920934e7b38b54f56bde529a1b23a7c4504d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 04:31:27 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.5.0 to 1.6.0 in /epublib Bumps androidx.annotation:annotation from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- epublib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epublib/build.gradle b/epublib/build.gradle index db9ef3981..ce85d1d53 100644 --- a/epublib/build.gradle +++ b/epublib/build.gradle @@ -32,5 +32,5 @@ android { dependencies { compileOnly "com.android.tools.build:gradle:$agp_version" - implementation "androidx.annotation:annotation:1.5.0" + implementation "androidx.annotation:annotation:1.6.0" } \ No newline at end of file