From 8ec84c921b6f0496b88ab038ab7f49e4cab7af99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:34:30 +0000 Subject: [PATCH] [image_picker]: Bump androidx.exifinterface:exifinterface Bumps androidx.exifinterface:exifinterface from 1.3.3 to 1.3.6. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-type: direct:production update-type: version-update:semver-patch ... 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 e61f3161d0f5..2977faf4b09c 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation 'androidx.core:core:1.8.0' implementation 'androidx.annotation:annotation:1.3.0' - implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.exifinterface:exifinterface:1.3.6' testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.1.1'