From 07da839ad8ac149bc0058d405398869e5c5c1cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 04:34:34 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.6 to 1.4.0 Bumps fragment-ktx from 1.3.6 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- extras/android-activityresult/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/android-activityresult/build.gradle b/extras/android-activityresult/build.gradle index 136795b..ecdaa39 100644 --- a/extras/android-activityresult/build.gradle +++ b/extras/android-activityresult/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation project(':android') implementation 'androidx.activity:activity-ktx:1.2.0' - implementation 'androidx.fragment:fragment-ktx:1.3.6' + implementation 'androidx.fragment:fragment-ktx:1.4.0' } afterEvaluate {