From db2f9fc09e2f06243c866d9b9d87713a071189ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 03:15:31 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.12.0 to 1.13.0 Bumps androidx.core:core-ktx from 1.12.0 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- LogcatCoreUI/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogcatCoreUI/build.gradle b/LogcatCoreUI/build.gradle index 5537bda1..a16603ed 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -25,7 +25,7 @@ android { dependencies { api project(':LogcatCoreLib') - implementation "androidx.core:core-ktx:1.12.0" + implementation "androidx.core:core-ktx:1.13.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"