From 45cb807ee209f3e2aea800518cf5da54f6eb3fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:13:06 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.12.2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5dca199..90b55ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.1' // AndroidX Stuff // - implementation 'androidx.activity:activity-ktx:1.10.1' + implementation 'androidx.activity:activity-ktx:1.12.2' implementation 'androidx.palette:palette-ktx:1.0.0' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.media:media:1.7.1'