From 69e5de68f97bb301b0428bad8a3fa8b41cffdaf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 07:36:49 +0000 Subject: [PATCH] build(deps): bump androidx.work:work-runtime-ktx from 2.9.0 to 2.10.3 Bumps androidx.work:work-runtime-ktx from 2.9.0 to 2.10.3. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.10.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 09e5cc7..222a8c6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -155,7 +155,7 @@ dependencies { kapt("com.google.dagger:hilt-android-compiler:2.48") implementation("androidx.hilt:hilt-work:1.2.0") kapt("androidx.hilt:hilt-compiler:1.2.0") - implementation("androidx.work:work-runtime-ktx:2.9.0") + implementation("androidx.work:work-runtime-ktx:2.10.3") implementation("androidx.hilt:hilt-navigation-compose:1.2.0") // Datastore