From 8e1e1b7513f040e8f09102cd6ac876932a48c6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 03:30:31 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.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] --- LogcatCoreLib/build.gradle | 2 +- LogcatCoreUI/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index d91243a..1e11b66 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -22,7 +22,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0' api 'com.jakewharton.timber:timber:5.0.1' } diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 2909cb9..2dbc234 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "androidx.core:core-ktx:1.13.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.1" implementation 'androidx.recyclerview:recyclerview:1.3.2' api 'com.google.android.material:material:1.12.0' }