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>2023-03-20 15:58:15 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-03-20 16:15:13 +0300
commit35ca8886441d281385d9f742e45220e549455e95 (patch)
tree760a1d0188f1d767f17605691de27c63e46b6804
parentf3cb21dbf1f41f8f2a2f5d37bc006b2aa7e72634 (diff)
build(deps): Bump com.github.nextcloud:android-common
Bumps com.github.nextcloud:android-common from 0.6.0 to 0.7.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 c7ac9f9be..59f31b8b4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -101,7 +101,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
- implementation 'com.github.nextcloud:android-common:0.6.0'
+ implementation 'com.github.nextcloud:android-common:0.7.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') {