From f138dc3e6c8768075a02f73e6ffa24f9e07b51cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:19:41 +0000 Subject: [PATCH] [image_picker]: Bump androidx.exifinterface:exifinterface Bumps androidx.exifinterface:exifinterface from 1.3.6 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-version: 1.4.1 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 29ee7b4e9d..24951d37c9 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -40,7 +40,7 @@ android { dependencies { implementation 'androidx.core:core:1.10.1' implementation 'androidx.annotation:annotation:1.3.0' - implementation 'androidx.exifinterface:exifinterface:1.3.6' + implementation 'androidx.exifinterface:exifinterface:1.4.1' implementation 'androidx.activity:activity:1.7.2' // org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions. // See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7