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>2023-09-07 15:31:41 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-09-07 17:21:37 +0300
commit6ef714c5329b349a8e029c44570670073b5465cc (patch)
tree1e2ffba1ca5af573e14dc7e2a2a477967b123458 /reactive-livedata
parent77a5a1e1d93d848cb40af4c03d151ed8cd9ac4a8 (diff)
build(deps): Bump androidx.lifecycle:lifecycle-livedata
Bumps androidx.lifecycle:lifecycle-livedata from 2.6.1 to 2.6.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'reactive-livedata')
-rw-r--r--reactive-livedata/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/reactive-livedata/build.gradle b/reactive-livedata/build.gradle
index 70d19dbf0..a1a7612e0 100644
--- a/reactive-livedata/build.gradle
+++ b/reactive-livedata/build.gradle
@@ -18,7 +18,7 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
- implementation "androidx.lifecycle:lifecycle-livedata:2.6.1"
+ implementation "androidx.lifecycle:lifecycle-livedata:2.6.2"
implementation 'androidx.core:core:1.10.1'
testImplementation 'junit:junit:4.13.2'