From 04ff7ebae60d38b2f1e682699cfa892be404517b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 05:03:29 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.10.1 to 1.11.0 Bumps androidx.activity:activity-ktx from 1.10.1 to 1.11.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MPChartLib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPChartLib/build.gradle b/MPChartLib/build.gradle index bd27a0553..693948344 100644 --- a/MPChartLib/build.gradle +++ b/MPChartLib/build.gradle @@ -47,7 +47,7 @@ android { dependencies { implementation "androidx.annotation:annotation:1.9.1" implementation "androidx.core:core:1.16.0" - implementation "androidx.activity:activity-ktx:1.10.1" + implementation "androidx.activity:activity-ktx:1.11.0" testImplementation "junit:junit:4.13.2" }