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:
-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'