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>2021-11-12 16:36:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-11-12 16:57:52 +0300
commit41230f0f1896331ea3db017a83717d0bf245f033 (patch)
tree2a3269cc6efd901a6be0a6e2111f58549025c8e6
parent6a203ffdf3735b7925476cdc6fb8400d505e8383 (diff)
Bump android-commons from 0.2.0 to 0.2.4
Bumps android-commons from 0.2.0 to 0.2.4. --- 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 f77eb492..af164bb4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -84,7 +84,7 @@ dependencies {
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.5.1') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
- implementation 'com.github.stefan-niedermann:android-commons:0.2.0'
+ implementation 'com.github.stefan-niedermann:android-commons:0.2.4'
// Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'