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 c3d451c19..671ccd8a6 100644
--- a/reactive-livedata/build.gradle
+++ b/reactive-livedata/build.gradle
@@ -19,7 +19,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
implementation "androidx.lifecycle:lifecycle-livedata:2.5.1"
- implementation 'androidx.core:core:1.9.0'
+ implementation 'androidx.core:core:1.10.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.9.2'