diff --git a/packages/image_picker/image_picker_android/android/build.gradle b/packages/image_picker/image_picker_android/android/build.gradle index 10b620a121b..aa49b9d56a5 100644 --- a/packages/image_picker/image_picker_android/android/build.gradle +++ b/packages/image_picker/image_picker_android/android/build.gradle @@ -37,7 +37,7 @@ android { dependencies { implementation("androidx.core:core:1.13.1") implementation("androidx.annotation:annotation:1.9.1") - implementation("androidx.exifinterface:exifinterface:1.4.1") + implementation("androidx.exifinterface:exifinterface:1.4.2") implementation("androidx.activity:activity:1.11.0") testImplementation("junit:junit:4.13.2")