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
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-30 15:10:26 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-06-30 16:51:32 +0300
commitad8e11512cc58c5e4175f0678263f84213075138 (patch)
treee90c8b9c7cfdf7e2dd396f7330a197f156f8a9f4
parent3f73da41916cba7b2a3cb2839b3a3b058f2ef4f5 (diff)
Bump lifecycle-runtime-ktx from 2.4.1 to 2.5.0
Bumps lifecycle-runtime-ktx from 2.4.1 to 2.5.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 2c5b92b1a..bac5e1d42 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -90,7 +90,7 @@ dependencies {
// Image compression
implementation 'id.zelory:compressor:3.0.1'
- implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.1'
+ implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0'
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'