From 715f5ce44caefe7a070ea4dc456315dbd1549741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Oct 2021 10:45:23 +0000 Subject: [PATCH] [Android]: Bump work-runtime-ktx from 2.6.0 to 2.7.0 Bumps work-runtime-ktx from 2.6.0 to 2.7.0. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 164c3386..a82f05fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { implementation "androidx.preference:preference-ktx:1.1.1" - implementation "androidx.work:work-runtime-ktx:2.6.0" + implementation "androidx.work:work-runtime-ktx:2.7.0"