From ae066e1b51b5ccfab9b2e0a8bea9764eee0a628a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:03:45 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2aa339..6bf3d79 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:2.0.20" - implementation 'androidx.activity:activity-ktx:1.10.1' + implementation 'androidx.activity:activity-ktx:1.11.0' testImplementation "junit:junit:4.13.2" testImplementation "androidx.test.ext:junit:1.3.0"