From 16096354842c69c752b3ee630c6f947537b73444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 12:08:12 +0000 Subject: [PATCH] Bump annotation from 1.3.0 to 1.4.0 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] --- network/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/build.gradle b/network/build.gradle index 0af95d5..c5fcf26 100644 --- a/network/build.gradle +++ b/network/build.gradle @@ -30,7 +30,7 @@ android { } dependencies { - api 'androidx.annotation:annotation:1.3.0' + api 'androidx.annotation:annotation:1.4.0' } project.ext.set("libraryArtifactId", "network")