From 572c3e028df6e9e3a155651b2c6bb14f999d279f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 05:51:07 +0000 Subject: [PATCH] Build(deps): Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat 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 1d3d2e777..e1939c45d 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -134,7 +134,7 @@ dependencies { 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.appcompat:appcompat:1.6.1" + implementation "androidx.appcompat:appcompat:1.7.0" implementation "androidx.preference:preference:1.2.1" implementation 'androidx.core:core-splashscreen:1.0.1' implementation "androidx.media:media:1.7.0"