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 16:10:53 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-15 17:13:51 +0300
commit4a25d6207a4670ed58326cf2f8a1517715f4f356 (patch)
treec158a0637d63ed3a01fdb6a03b2f70d482664148
parent70c08a7aa0b3a7484d4f1c6a7bd5b7562663a0f8 (diff)
Bump android-commons from 0.2.5 to 0.2.6
Bumps android-commons from 0.2.5 to 0.2.6. --- updated-dependencies: - dependency-name: com.github.stefan-niedermann:android-commons 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 038a6fe8..f80a69a5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -79,7 +79,7 @@ dependencies {
// Nextcloud SSO
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'
- implementation 'com.github.stefan-niedermann:android-commons:0.2.5'
+ 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:markdown:1.6.2') {