From da03b8f2181f084847ee664cde94b1f80c6046df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 00:18:30 +0530 Subject: [PATCH] [Android]: Bump androidx.work:work-runtime-ktx from 2.7.1 to 2.8.0 (#325) Bumps androidx.work:work-runtime-ktx from 2.7.1 to 2.8.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 61237b0c..b0d29b0f 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -65,7 +65,7 @@ dependencies { // When using Kotlin. kapt("androidx.hilt:hilt-compiler:1.0.0") - api "androidx.work:work-runtime-ktx:2.7.1" + api "androidx.work:work-runtime-ktx:2.8.0" implementation 'com.google.code.gson:gson:2.10.1'