From 4ff16862133569fc814fda4f395f1873de86f9dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:23:50 +0000 Subject: [PATCH] Bump activity-ktx from 1.2.0 to 1.6.1 Bumps activity-ktx from 1.2.0 to 1.6.1. --- 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..c15dba1 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.6.1' implementation 'androidx.fragment:fragment-ktx:1.3.6' }