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>2021-10-25 15:28:03 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-10-25 17:14:09 +0300
commit786cd9888fa7379eaf1f6b4366ad409cb37a0fc5 (patch)
tree358bd0032ba0eb5ecb7c806a7dbe27620766a228 /app
parentf9fdc62f70af0f86bd924369d5507490750576fd (diff)
Bump sso-glide from 1.5.0 to 1.5.1
Bumps [sso-glide](https://github.com/stefan-niedermann/nextcloud-commons) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/stefan-niedermann/nextcloud-commons/releases) - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.5.0...1.5.1) --- 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')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 36c2c95cd..a7614b6d5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -93,7 +93,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.5.0'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.5.1'
implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.5.1'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.5.0') {
exclude group: 'org.jetbrains', module: 'annotations-java5'