From 5fc0a6197d5d879fcf6cf14db8e5e5c572b22316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:40:17 +0200 Subject: [PATCH] fix(deps): update dependency androidx.work:work-runtime-ktx to v2.11.0 (#5590) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ff4309c833..f191156732 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ lifecycle = "2.9.2" activity = "1.11.0" media3 = "1.8.0" camera = "1.5.1" -work = "2.10.5" +work = "2.11.0" # Compose compose_bom = "2025.07.00"