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-04-06 15:57:29 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-04-06 16:23:46 +0300
commita9e622956778121cf6f4747ad047291860967281 (patch)
treee904423dd0209da6288600f3f5eb5d23177f2ba5
parentd7708110f091142c931ad7297a726563a8c2ea02 (diff)
build(deps): Bump androidx.core:core from 1.9.0 to 1.10.0
Bumps androidx.core:core from 1.9.0 to 1.10.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-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'