From a2281b6c7dd69d7b716ac69117dc120a2af9dd63 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 13 Sep 2025 08:32:43 +0000 Subject: [PATCH] Update dependency androidx.activity:activity-ktx to v1.11.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 636955aab2..a8364ce30f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -240,7 +240,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.10.1" + implementation "androidx.activity:activity-ktx:1.11.0" implementation "androidx.fragment:fragment-ktx:1.8.9" implementation "androidx.viewpager2:viewpager2:1.1.0" implementation "androidx.work:work-runtime-ktx:2.10.4"