From 68943fe8a61dea3388f1c7c915bf22afa731b96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:14:53 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.5 to 2.8.6. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- githubAppUpdate/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubAppUpdate/build.gradle b/githubAppUpdate/build.gradle index 122e626..5816261 100644 --- a/githubAppUpdate/build.gradle +++ b/githubAppUpdate/build.gradle @@ -33,7 +33,7 @@ dependencies { exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx' } api "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" - api "androidx.lifecycle:lifecycle-runtime-ktx:2.8.5" + api "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6" implementation "com.squareup.okhttp3:logging-interceptor:4.12.0" }