From 1b0c9d4edd20154e6a794ad0113ab339c1287ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:42:18 +0000 Subject: [PATCH] Bump activity-ktx from 1.2.0 to 1.5.0 Bumps activity-ktx from 1.2.0 to 1.5.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-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..267ecdf 100644 --- a/extras/android-activityresult/build.gradle +++ b/extras/android-activityresult/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'maven-publish' dependencies { implementation project(':android') - implementation 'androidx.activity:activity-ktx:1.2.0' + implementation 'androidx.activity:activity-ktx:1.5.0' implementation 'androidx.fragment:fragment-ktx:1.3.6' }