From e752c0951ca610122d77b3b760eb6c6aa9e5e8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 13:13:12 +0100 Subject: [PATCH] Bump work-runtime-ktx from 2.7.0 to 2.7.1 (#1564) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- FlowCrypt/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle b/FlowCrypt/build.gradle index 9adb53a2d6..3ae82b249e 100644 --- a/FlowCrypt/build.gradle +++ b/FlowCrypt/build.gradle @@ -379,7 +379,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.activity:activity-ktx:1.4.0' implementation 'androidx.fragment:fragment-ktx:1.4.0' - implementation 'androidx.work:work-runtime-ktx:2.7.0' + implementation 'androidx.work:work-runtime-ktx:2.7.1' implementation "androidx.navigation:navigation-fragment-ktx:${rootProject.ext.navVersion}" implementation "androidx.navigation:navigation-ui-ktx:${rootProject.ext.navVersion}" implementation "androidx.navigation:navigation-runtime-ktx:${rootProject.ext.navVersion}"