From 5d389aa8d1a0d7dfe36869e33023ebbdf53575f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:37:45 +0000 Subject: [PATCH] Chore(deps): Bump com.github.nextcloud:android-common Bumps com.github.nextcloud:android-common from 0.23.2 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 84958e515..32a4bc3c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -108,7 +108,7 @@ dependencies { // Single-Sign-On implementation 'com.github.nextcloud:Android-SingleSignOn:1.3.2' - implementation 'com.github.nextcloud:android-common:0.23.2' + implementation 'com.github.nextcloud:android-common:0.24.0' implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$nextcloudCommonsVersion" implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$nextcloudCommonsVersion" implementation("com.github.stefan-niedermann.nextcloud-commons:markdown:$nextcloudCommonsVersion") {