From a28018ee884a1971758b13b77a48c2466bf121f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 16:27:10 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 Bumps androidx.core:core-ktx from 1.13.1 to 1.15.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 57fd7fb3..0284116f 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -25,7 +25,7 @@ android { dependencies { api project(':LogcatCoreLib') - implementation "androidx.core:core-ktx:1.13.1" + implementation "androidx.core:core-ktx:1.15.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"