From d77e6966b3fa786974ce4396517603c4ea1c7559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:39:34 +0000 Subject: [PATCH] Build(deps): Bump androidx.annotation:annotation from 1.6.0 to 1.7.0 Bumps androidx.annotation:annotation from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 5f40c3d16..9fef3cb1a 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -133,7 +133,7 @@ dependencies { // implementation project(':Android-SingleSignOn:lib') implementation 'com.github.nextcloud:Android-SingleSignOn:0.8.1' implementation "androidx.core:core:1.12.0" - implementation 'androidx.annotation:annotation:1.6.0' + implementation 'androidx.annotation:annotation:1.7.0' implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.preference:preference:1.2.1" implementation 'androidx.core:core-splashscreen:1.0.1'