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 17:14:17 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-15 18:00:55 +0300
commitee4bdb891e8e944a15b799b5e13233ce28691a97 (patch)
tree7fc07e91e99a60fcdf9c702879d1ea72a8f67656
parent4a25d6207a4670ed58326cf2f8a1517715f4f356 (diff)
Bump exception from 1.6.2 to 1.6.3
Bumps [exception](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:exception 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 f80a69a5..75423861 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -81,7 +81,7 @@ dependencies {
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:exception:1.6.2'
+ implementation 'com.github.stefan-niedermann.nextcloud-commons:exception:1.6.3'
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.2') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}