From 1cb52bb9266b70b0bd82f6603b862a1ec60b7bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 21:05:34 +0000 Subject: [PATCH] Bump lifecycle-runtime-ktx from 2.4.0 to 2.4.1 Bumps lifecycle-runtime-ktx from 2.4.0 to 2.4.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 3ddf5cf..c6d6cdc 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "androidx.collection:collection-ktx:1.2.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1" testImplementation 'junit:junit:4.13.2' }