From 382adedea1216f68a799b1b0fba488c2b8258d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:18:08 +0000 Subject: [PATCH] Bump fragment-ktx from 1.3.6 to 1.5.4 Bumps fragment-ktx from 1.3.6 to 1.5.4. --- 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..ac6a2db 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.4' } afterEvaluate {