From b196be2b74568c4c45c24e59ef218bacd960d11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:43:08 +0000 Subject: [PATCH] Bump androidx.core:core from 1.17.0 to 1.18.0 Bumps androidx.core:core from 1.17.0 to 1.18.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chartLib/build.gradle.kts | 2 +- chartLibCompose/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chartLib/build.gradle.kts b/chartLib/build.gradle.kts index dd1820f7f..9a86c6d75 100644 --- a/chartLib/build.gradle.kts +++ b/chartLib/build.gradle.kts @@ -44,7 +44,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.core:core:1.17.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.activity:activity-ktx:1.12.4") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") testImplementation("junit:junit:4.13.2") diff --git a/chartLibCompose/build.gradle.kts b/chartLibCompose/build.gradle.kts index ccca74c4e..0a41397aa 100644 --- a/chartLibCompose/build.gradle.kts +++ b/chartLibCompose/build.gradle.kts @@ -46,7 +46,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.core:core:1.17.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.activity:activity-ktx:1.12.4") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") api(project(":chartLib"))