From 2ba4acdc15a1eb73dcc1108088eb35997ff4fff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:03:25 +0000 Subject: [PATCH] Bump androidx.annotation:annotation from 1.3.0 to 1.6.0 Bumps androidx.annotation:annotation from 1.3.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] --- network/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/build.gradle b/network/build.gradle index 0af95d5..cb81787 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.6.0' } project.ext.set("libraryArtifactId", "network")