Skip to content

Commit 42927fc

Browse files
[image_picker]: Bump androidx.exifinterface:exifinterface from 1.3.3 to 1.3.6 in /packages/image_picker/image_picker_android/android (#3238)
[image_picker]: Bump androidx.exifinterface:exifinterface from 1.3.3 to 1.3.6 in /packages/image_picker/image_picker_android/android
1 parent 84afba7 commit 42927fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/image_picker/image_picker_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.8.6+4
2+
3+
* Bumps androidx.exifinterface:exifinterface from 1.3.3 to 1.3.6.
4+
15
## 0.8.6+3
26

37
* Switches to Pigeon for internal implementation.

packages/image_picker/image_picker_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
dependencies {
3535
implementation 'androidx.core:core:1.8.0'
3636
implementation 'androidx.annotation:annotation:1.3.0'
37-
implementation 'androidx.exifinterface:exifinterface:1.3.3'
37+
implementation 'androidx.exifinterface:exifinterface:1.3.6'
3838
implementation 'androidx.activity:activity:1.6.1'
3939

4040
testImplementation 'junit:junit:4.13.2'

packages/image_picker/image_picker_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
55

6-
version: 0.8.6+3
6+
version: 0.8.6+4
77

88
environment:
99
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)