From 0311d5e88376a9af8c237465a36e6c75b6ea84dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:42:27 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.0 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 085249d..ef06676 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.7.3" - api "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2" + api "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" implementation "com.squareup.okhttp3:logging-interceptor:4.12.0" }