From d555785655a31d51ee8ce68d945aad6a02f7acac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:03:46 +0000 Subject: [PATCH] chore(deps): Bump com.github.nextcloud:android-common Bumps com.github.nextcloud:android-common from 0.23.1 to 0.24.0. --- updated-dependencies: - dependency-name: com.github.nextcloud:android-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- markdown/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/build.gradle b/markdown/build.gradle index 22e12c1..a88f0df 100644 --- a/markdown/build.gradle +++ b/markdown/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation project(':ocs') implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso" - implementation 'com.github.nextcloud:android-common:0.23.1' + implementation 'com.github.nextcloud:android-common:0.24.0' implementation "com.github.stefan-niedermann:android-commons:$version_android_commons" implementation 'androidx.appcompat:appcompat:1.7.0'