From 8b0b3f47dbc5728b3463fd260a8b80f8a906e62e Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 6 Dec 2025 01:05:38 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.12.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4164486620..32d78a0072 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -239,7 +239,7 @@ dependencies { implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.gridlayout:gridlayout:1.1.0" implementation "androidx.palette:palette-ktx:1.0.0" - implementation "androidx.activity:activity-ktx:1.12.0" + implementation "androidx.activity:activity-ktx:1.12.1" implementation "androidx.fragment:fragment-ktx:1.8.9" implementation "androidx.viewpager2:viewpager2:1.1.0" implementation "androidx.work:work-runtime-ktx:2.11.0"