Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-24 15:39:14 +0300
committerGitHub <noreply@github.com>2024-01-24 15:39:14 +0300
commit084cfbb52456f3f232d80dc638a3f665de6ba355 (patch)
tree478b504fc7434d230d2bf436e47a982dd6664a6f
parente6530a917a3505a24314f2dd46735226f5286104 (diff)
build(deps): Bump com.github.nextcloud:android-commondependabot/gradle/com.github.nextcloud-android-common-0.14.0
Bumps com.github.nextcloud:android-common from 0.13.0 to 0.14.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] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e794744c4..c36130386 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -105,7 +105,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:1.0.0'
- implementation 'com.github.nextcloud:android-common:0.13.0'
+ implementation 'com.github.nextcloud:android-common:0.14.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") {