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:
-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'