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>2024-01-22 15:51:52 +0300
committerGitHub <noreply@github.com>2024-01-22 15:51:52 +0300
commit7172a5fc7c2b20047fa1a96f5d0957ca78feb196 (patch)
tree2f2083aac37385ca95806ab2f4f29bbc43a907a6
parent18193ece2715cf7ac60411ce65a09b34b246753b (diff)
build(deps): Bump lifecycleVersion from 2.6.2 to 2.7.0
Bumps `lifecycleVersion` from 2.6.2 to 2.7.0. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.2 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.2 to 2.7.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-viewmodel-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 4a9758396..6ac993954 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -69,7 +69,7 @@ android {
dependencies {
def cameraVersion = "1.3.1"
- def lifecycleVersion = "2.6.2"
+ def lifecycleVersion = "2.7.0"
def roomVersion = "2.6.1"
def glideVersion = "4.16.0"
def nextcloudCommonsVersion = "2.0.1"