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>2022-04-18 15:14:47 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-18 17:53:21 +0300
commitda1a84ee873125abdf59330b6fd90c4c89e4f121 (patch)
tree041f80319f262171e5f0f2d57358f993571fde9b /app/build.gradle
parentcc6c68cb3b027590a8b2c37907afd8669a895ef3 (diff)
Bump sso-glide from 1.6.2 to 1.6.3
Bumps [sso-glide](https://github.com/stefan-niedermann/nextcloud-commons) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/stefan-niedermann/nextcloud-commons/releases) - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.6.2...1.6.3) --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.nextcloud-commons:sso-glide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c2b237fae..eb2e9359c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -93,7 +93,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.2'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.6.3'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.2'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.3') {
exclude group: 'org.jetbrains', module: 'annotations-java5'