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

github.com/stefan-niedermann/nextcloud-notes.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-15 18:55:02 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-15 19:09:10 +0300
commitbca64504584c6f7059c227d5fe36b72ec04f6f03 (patch)
treeea98b698050a33d7a735890715792e0a111f1d5f
parentd49db5a6509f18e27b8541813de7b71198123e6c (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>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e02c27b1..37625f6d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -80,7 +80,7 @@ dependencies {
// Nextcloud SSO
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
implementation 'com.github.stefan-niedermann:android-commons:0.2.6'
- 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.3'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.3') {
exclude group: 'org.jetbrains', module: 'annotations-java5'