From aa4c914169e096465e7205e44cb07941df9d7e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 04:18:23 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.6 to 1.5.2 Bumps fragment-ktx from 1.3.6 to 1.5.2. --- 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..f9a9041 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.5.2' } afterEvaluate {