Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.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 04:09:48 +0300
committerGitHub <noreply@github.com>2022-07-28 04:09:48 +0300
commit08beb7eb57e9fcfefbedbe55d984685dd753c65a (patch)
tree3c28724da7ff60bb57b3b60296cc0e51fc885971
parentc1512ff580a681aba5d225608b4e85b5557bf047 (diff)
Bump lifecycle-viewmodel-ktx from 2.5.0 to 2.5.1dependabot/gradle/androidx.lifecycle-lifecycle-viewmodel-ktx-2.5.1
Bumps lifecycle-viewmodel-ktx from 2.5.0 to 2.5.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-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 0318534cdb..ba3abcfab2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -225,7 +225,7 @@ dependencies {
implementation 'androidx.webkit:webkit:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
- implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0"
+ implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"
implementation "androidx.fragment:fragment-ktx:1.5.0"