From a49cc6ade12c82c02786b8b29fa5dd6448819a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:10:22 +0000 Subject: [PATCH] Bump androidx.core:core from 1.16.0 to 1.18.0 Bumps androidx.core:core from 1.16.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 fe5fb7220..397246ab0 100644 --- a/chartLib/build.gradle.kts +++ b/chartLib/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { lintPublish(project(path = ":lint", configuration = "lintJar")) // embeds in published AAR implementation("androidx.annotation:annotation:1.10.0") - implementation("androidx.core:core:1.16.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.activity:activity-ktx:1.10.1") 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 a02646bc1..fbd277882 100644 --- a/chartLibCompose/build.gradle.kts +++ b/chartLibCompose/build.gradle.kts @@ -53,7 +53,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.10.0") - implementation("androidx.core:core:1.16.0") + implementation("androidx.core:core:1.18.0") implementation("androidx.activity:activity-ktx:1.10.1") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") api(project(":chartLib"))