From b380913a780094ec18bf0e7dc1a05ba2c2df619b Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 25 Oct 2025 01:16:43 +0000 Subject: [PATCH] Update dependency androidx.work:work-runtime-ktx to v2.11.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index eb5dc1fb1c..14dad45c27 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -242,7 +242,7 @@ dependencies { 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.5" + implementation "androidx.work:work-runtime-ktx:2.11.0" // Not latest version because of https://github.com/material-components/material-components-android/issues/3924 implementation "com.google.android.material:material:1.13.0"