From 8ed7548dc980a2cba1fa703a08a8e9abef061248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 20:08:34 +0000 Subject: [PATCH] chore(deps): 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index db4b539..9f05934 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.1' + implementation 'androidx.activity:activity-ktx:1.12.2' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.lifecycle:lifecycle-process:2.10.0'