From 25835d663a77d390b8af9f2871aff22e077eb5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 14:03:08 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.12.1 to 1.12.2 Bumps androidx.activity:activity-ktx from 1.12.1 to 1.12.2. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3bf654753..24d278d21 100644 --- a/MPChartLib/build.gradle.kts +++ b/MPChartLib/build.gradle.kts @@ -40,7 +40,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.core:core:1.17.0") - implementation("androidx.activity:activity-ktx:1.12.1") + implementation("androidx.activity:activity-ktx:1.12.2") testImplementation("junit:junit:4.13.2") }