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
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-13 15:58:11 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-02-13 16:08:51 +0300
commit5fcbdccbf3bb30d3a36f15c59f26c4b1ed073b04 (patch)
tree537b704652bc4ea261ac89ddcd08e273a75a98f6 /app
parentc9685459faf73423e5f3ad885947e047cb962b06 (diff)
Bump com.github.nextcloud:android-common from 0.4.0 to 0.5.0
Bumps com.github.nextcloud:android-common from 0.4.0 to 0.5.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>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 70f3363ec..8de2a38d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -100,7 +100,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
- implementation 'com.github.nextcloud:android-common:0.4.0'
+ implementation 'com.github.nextcloud:android-common:0.5.0'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.4'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.4'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.4') {