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
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-12 05:03:43 +0300
committerGitHub <noreply@github.com>2023-06-12 05:03:43 +0300
commit528a1fbad6cdd409265269e4bfdc7b39952e61d5 (patch)
treea7da980e795f95c7b11eedc65bb6df5777c169e8 /app
parentbe9e6ba58e141984f9a645e586febfbea74dac4d (diff)
build(deps): Bump com.github.nextcloud:Android-SingleSignOn
Bumps [com.github.nextcloud:Android-SingleSignOn](https://github.com/nextcloud/Android-SingleSignOn) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/nextcloud/Android-SingleSignOn/releases) - [Commits](https://github.com/nextcloud/Android-SingleSignOn/compare/0.7.0...0.8.1) --- updated-dependencies: - dependency-name: com.github.nextcloud:Android-SingleSignOn 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 60d2d69e..2e666964 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -77,7 +77,7 @@ dependencies {
// Nextcloud SSO
implementation 'com.github.nextcloud.android-common:ui:0.10.0'
- implementation 'com.github.nextcloud:Android-SingleSignOn:0.7.0'
+ implementation 'com.github.nextcloud:Android-SingleSignOn:0.8.1'
implementation 'com.github.stefan-niedermann:android-commons:0.2.9'
implementation "com.github.stefan-niedermann.nextcloud-commons:sso-glide:$commonsVersion"
implementation "com.github.stefan-niedermann.nextcloud-commons:exception:$commonsVersion"