From 1ee908a21fb4a72c9b77a9465383f19ad6bdeb6d Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 13 Sep 2025 01:23:56 +0000 Subject: [PATCH] Update dependency androidx.work:work-runtime-ktx to v2.10.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15830bf208..6b0d62bd18 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -243,7 +243,7 @@ dependencies { implementation "androidx.activity:activity-ktx:1.10.1" implementation "androidx.fragment:fragment-ktx:1.8.9" implementation "androidx.viewpager2:viewpager2:1.1.0" - implementation "androidx.work:work-runtime-ktx:2.10.3" + implementation "androidx.work:work-runtime-ktx:2.10.4" // Not latest version because of https://github.com/material-components/material-components-android/issues/3924 implementation "com.google.android.material:material:1.13.0"