From 1f5d61759c6e52ac718498bdecb511b891b051c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 04:41:58 +0000 Subject: [PATCH] Update dependency androidx.work:work-runtime-ktx to v2.11.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 622a23b..9ec36ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -70,7 +70,7 @@ dependencies { implementation 'androidx.media3:media3-datasource-okhttp:1.9.0' implementation 'androidx.navigation:navigation-fragment-ktx:2.9.6' implementation 'androidx.navigation:navigation-ui-ktx:2.9.6' - implementation 'androidx.work:work-runtime-ktx:2.11.0' + implementation 'androidx.work:work-runtime-ktx:2.11.1' // Volley HTTP request // implementation 'com.android.volley:volley:1.2.1'