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-07-28 15:23:01 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-07-28 23:01:07 +0300
commit88b20cd0b703c846165b113b01f841324b7cc208 (patch)
tree2b10da2d945dc372c919b8720f3fd5bb62717173
parent66afd6f7c24795f90570f1cc2409cc59d78cdcb5 (diff)
Bump lifecycle-runtime-ktx from 2.5.0 to 2.5.1
Bumps lifecycle-runtime-ktx from 2.5.0 to 2.5.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx 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 0bf6a1c13..f3c4c4ed4 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.5.0'
+ implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
// Single-Sign-On
implementation 'com.github.nextcloud:Android-SingleSignOn:0.6.1'