From e71cc8dd136ffbe30e92267c498f0c3153a6c8a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:13:27 +0000 Subject: [PATCH] chore(deps): bump androidx.activity:activity-ktx from 1.12.3 to 1.12.4 Bumps androidx.activity:activity-ktx from 1.12.3 to 1.12.4. --- updated-dependencies: - dependency-name: androidx.activity:activity-ktx dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f1d21a3..3ff43d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,7 @@ dependencies { implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.core:core-ktx:1.17.0' - implementation 'androidx.activity:activity-ktx:1.12.3' + implementation 'androidx.activity:activity-ktx:1.12.4' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.lifecycle:lifecycle-process:2.10.0'