From 1966b2db00de465da7220cf7b90bdbd466e6e8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:26:46 +0000 Subject: [PATCH] Build(deps): Bump androidx.core:core from 1.10.1 to 1.12.0 Bumps androidx.core:core from 1.10.1 to 1.12.0. --- updated-dependencies: - dependency-name: androidx.core:core 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 8fef90e4c..69e4f663c 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:0.8.1' - implementation "androidx.core:core:1.10.1" + implementation "androidx.core:core:1.12.0" implementation 'androidx.annotation:annotation:1.6.0' implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.preference:preference:1.2.1"