From dc1b7306023ddbd73b99f979fc710570ed60716b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:08:33 +0000 Subject: [PATCH] [image_picker]: Bump androidx.activity:activity Bumps androidx.activity:activity from 1.6.1 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.activity:activity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/image_picker/image_picker_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index 3af3ba471df..57234acbe0a 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -35,7 +35,7 @@ android { implementation 'androidx.core:core:1.9.0' implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.exifinterface:exifinterface:1.3.6' - implementation 'androidx.activity:activity:1.6.1' + implementation 'androidx.activity:activity:1.7.0' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.1.1'