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>2021-06-25 18:07:59 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-06-25 18:10:44 +0300
commit00011113b937f861616cd08e6543ab64b544c676 (patch)
tree9fda5d5969db1de2161e65fef9176a70c2baff8b
parent32f65e1ce7166daa93a00812c1ea357db7e12c57 (diff)
Bump exception from 1.3.4 to 1.4.0
Bumps exception from 1.3.4 to 1.4.0. --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.nextcloud-commons:exception 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 699b8ca5a..a3ff4caf8 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -95,7 +95,7 @@ dependencies {
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.6'
implementation 'com.github.stefan-niedermann.nextcloud-commons:sso-glide:1.4.0'
- implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.3.4'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.4.0'
implementation 'com.github.stefan-niedermann.android-commons:util:0.2.0'
implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.0'