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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-12 15:08:35 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-11-12 15:23:32 +0300
commitbe3d101d08b650c7562ab2726532a508f81eabc7 (patch)
treec65a207457d3e50e18f953c064cbcda0c396488d /app
parentbef4f043bbbe5759920387eb5049381867f1a5b4 (diff)
Bump shared-preferences from 0.2.0 to 0.2.4
Bumps shared-preferences from 0.2.0 to 0.2.4. --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.android-commons:shared-preferences dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 332cbe3bf..d4dbda136 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -99,7 +99,7 @@ dependencies {
exclude group: 'org.jetbrains', module: 'annotations-java5'
}
implementation 'com.github.stefan-niedermann.android-commons:util:0.2.0'
- implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.0'
+ implementation 'com.github.stefan-niedermann.android-commons:shared-preferences:0.2.4'
// Custom Date / Time Picker for branding support
implementation 'com.wdullaer:materialdatetimepicker:4.2.3'