From a75e404d1c187e39e60d683c2b7f30b8fe2ebc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:33:00 +0000 Subject: [PATCH] Update dependency androidx.work:work-runtime-ktx to v2.9.0 --- 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 b0134c5..9f6fcad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ rules = "1.5.0" runtimeTracing = "1.0.0-alpha03" startupRuntime = "1.1.1" uiautomator = "2.2.0" -workRuntimeKtx = "2.8.1" +workRuntimeKtx = "2.9.0" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }