From 71b12950f783d10bf79663eb315db59f95d2dfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 07:18:24 +0000 Subject: [PATCH] [Android]: Bump work-runtime-ktx from 2.7.0 to 2.7.1 Bumps work-runtime-ktx from 2.7.0 to 2.7.1. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index dc9b0d47..15381394 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -63,7 +63,7 @@ dependencies { // When using Kotlin. kapt("androidx.hilt:hilt-compiler:1.0.0") - implementation "androidx.work:work-runtime-ktx:2.7.0" + implementation "androidx.work:work-runtime-ktx:2.7.1" implementation 'com.google.code.gson:gson:2.8.9'