From 5f92097008d672866c6a28f0975658602853382e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:12:51 +0000 Subject: [PATCH] Bump androidx.core:core from 1.16.0 to 1.17.0 Bumps androidx.core:core from 1.16.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MPChartLib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPChartLib/build.gradle.kts b/MPChartLib/build.gradle.kts index 955f577ee..9ba949f00 100644 --- a/MPChartLib/build.gradle.kts +++ b/MPChartLib/build.gradle.kts @@ -39,7 +39,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.core:core:1.16.0") + implementation("androidx.core:core:1.17.0") implementation("androidx.activity:activity-ktx:1.10.1") testImplementation("junit:junit:4.13.2") }