From a5281ca0ec0672e72681931b20eacf4eb3aab00b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:13:25 +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 5dca199..b083976 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'androidx.media3:media3-datasource-okhttp:1.7.1' implementation 'androidx.navigation:navigation-fragment-ktx:2.9.6' implementation 'androidx.navigation:navigation-ui-ktx:2.9.0' - implementation 'androidx.work:work-runtime-ktx:2.10.1' + implementation 'androidx.work:work-runtime-ktx:2.11.0' // Volley HTTP request // implementation 'com.android.volley:volley:1.2.1'