From 5e39d39c2d3d06b9d095947ccd4bd60bcedfd1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:57:53 +0000 Subject: [PATCH] Bump androidx.activity:activity-ktx from 1.12.4 to 1.13.0 Bumps androidx.activity:activity-ktx from 1.12.4 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.13.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 5e1a45714..68b3f1923 100644 --- a/chartLib/build.gradle.kts +++ b/chartLib/build.gradle.kts @@ -45,7 +45,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.core:core:1.18.0") - implementation("androidx.activity:activity-ktx:1.12.4") + implementation("androidx.activity:activity-ktx:1.13.0") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.23.0") diff --git a/chartLibCompose/build.gradle.kts b/chartLibCompose/build.gradle.kts index 5bb98fcfc..a540a0210 100644 --- a/chartLibCompose/build.gradle.kts +++ b/chartLibCompose/build.gradle.kts @@ -47,7 +47,7 @@ android { dependencies { implementation("androidx.annotation:annotation:1.9.1") implementation("androidx.core:core:1.18.0") - implementation("androidx.activity:activity-ktx:1.12.4") + implementation("androidx.activity:activity-ktx:1.13.0") implementation("com.github.AppDevNext.Logcat:LogcatCoreLib:3.4") api(project(":chartLib"))