From bd492a31547e6b30ce63b38e8342ba567b55b0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:26:06 +0000 Subject: [PATCH] chore(deps): Bump com.github.nextcloud:android-common Bumps com.github.nextcloud:android-common from 0.23.1 to 0.23.2. --- updated-dependencies: - dependency-name: com.github.nextcloud:android-common dependency-type: direct:production update-type: version-update:semver-patch ... 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..6fcf710 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.23.2' implementation "com.github.stefan-niedermann:android-commons:$version_android_commons" implementation 'androidx.appcompat:appcompat:1.7.0'