From 1c8639fb16eb067cb9464b581fdc8505f230da02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 03:57:42 +0000 Subject: [PATCH] Bump androidx.core:core-ktx from 1.9.0 to 1.10.0 Bumps androidx.core:core-ktx from 1.9.0 to 1.10.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 2cb8cb5d..8a081767 100644 --- a/LogcatCoreUI/build.gradle +++ b/LogcatCoreUI/build.gradle @@ -22,7 +22,7 @@ android { dependencies { api project(':LogcatCoreLib') - implementation "androidx.core:core-ktx:1.9.0" + implementation "androidx.core:core-ktx:1.10.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"