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
path: root/app
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-02-01 14:59:42 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-02-01 16:09:24 +0300
commit287c3460ef1a4445b510f3377950b98aea1aad0f (patch)
tree4c57e395d906b9981da8f8745899605a2673a7dd /app
parent86bf3d2a44f01ac08b257dd0a27ffc2a7436bb82 (diff)
deps(android-commons): Update to 0.2.9
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0c965ad75..0b32a1c40 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -105,8 +105,8 @@ dependencies {
implementation('com.github.stefan-niedermann.nextcloud-commons:markdown:1.6.4') {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
- implementation 'com.github.stefan-niedermann.android-commons:util:0.2.7'
- implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.7'
+ implementation 'com.github.stefan-niedermann.android-commons:util:0.2.9'
+ implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.9'
// Custom Date / Time Picker for branding support
implementation 'com.wdullaer:materialdatetimepicker:4.2.3'