From ebeb2aebe625c001e20e2bc40e0aa2f75eee9f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 05:20:55 +0000 Subject: [PATCH] Build(deps): Bump androidx.annotation:annotation from 1.8.0 to 1.8.2 Bumps androidx.annotation:annotation from 1.8.0 to 1.8.2. --- updated-dependencies: - dependency-name: androidx.annotation:annotation dependency-type: direct:production update-type: version-update:semver-patch ... 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 3a884ecbc..7016fc2fc 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:1.1.0' implementation "androidx.core:core:1.13.1" - implementation 'androidx.annotation:annotation:1.8.0' + implementation 'androidx.annotation:annotation:1.8.2' implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.preference:preference:1.2.1" implementation 'androidx.core:core-splashscreen:1.0.1'