From bb23af88cde120504b79c33fc8e80033ae16f053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 05:57:29 +0000 Subject: [PATCH] Bump androidx.work:work-runtime from 2.7.1 to 2.8.1 Bumps androidx.work:work-runtime from 2.7.1 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.work:work-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/build.gradle b/main/build.gradle index 509a3904e13..abd843dbb26 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -432,7 +432,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-reactivestreams:$lifecycleVersion" // workmanager (to replace foreground services for downloader) - implementation "androidx.work:work-runtime:2.7.1" + implementation "androidx.work:work-runtime:2.8.1" // Support Library AppCompat implementation 'androidx.appcompat:appcompat:1.5.1'