From 8e8a729ef16e59491029d275b8e9797e29de693a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 05:28:17 +0000 Subject: [PATCH] Build(deps): Bump androidx.core:core from 1.13.0 to 1.13.1 Bumps androidx.core:core from 1.13.0 to 1.13.1. --- updated-dependencies: - dependency-name: androidx.core:core 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 aeda7bb43..109705b98 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -132,7 +132,7 @@ dependencies { // implementation project(path: ':MaterialShowcaseView:library', configuration: 'default') // implementation project(':Android-SingleSignOn:lib') implementation 'com.github.nextcloud:Android-SingleSignOn:1.1.0' - implementation "androidx.core:core:1.13.0" + implementation "androidx.core:core:1.13.1" implementation 'androidx.annotation:annotation:1.7.1' implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.preference:preference:1.2.1"