From 9e479cb7e0f024b3a4ed2e650ff6f671a843423b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:41:29 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3 Bumps androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- LogcatCoreLib/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogcatCoreLib/build.gradle b/LogcatCoreLib/build.gradle index 61f9f9c8..ca54f5b1 100644 --- a/LogcatCoreLib/build.gradle +++ b/LogcatCoreLib/build.gradle @@ -25,8 +25,8 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.3" api "com.jakewharton.timber:timber:5.0.1" }