From 5b1d6d96c75d16fd4c922daae59f4f0e82d740d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 04:41:54 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.12.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 622a23b..1c63f07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -60,7 +60,7 @@ dependencies { // AndroidX Stuff // implementation 'androidx.core:core-ktx:1.17.0' - implementation 'androidx.activity:activity-ktx:1.12.2' + implementation 'androidx.activity:activity-ktx:1.12.3' implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.media:media:1.7.1'