From 514fc75a0e2a8ec5ef7e83e2e2f2a8dbc286eb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 04:41:37 +0000 Subject: [PATCH] chore(deps): bump annotation from 1.3.0 to 1.4.0 in /epublib Bumps annotation from 1.3.0 to 1.4.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 af91ae7ed..67a66f5ad 100644 --- a/epublib/build.gradle +++ b/epublib/build.gradle @@ -33,5 +33,5 @@ android { } dependencies { - implementation "androidx.annotation:annotation:1.3.0" + implementation "androidx.annotation:annotation:1.4.0" } \ No newline at end of file