File tree 3 files changed +6
-2
lines changed
packages/image_picker/image_picker_android
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.6+4
2
+
3
+ * Bumps androidx.exifinterface: exifinterface from 1.3.3 to 1.3.6.
4
+
1
5
## 0.8.6+3
2
6
3
7
* Switches to Pigeon for internal implementation.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
dependencies {
35
35
implementation ' androidx.core:core:1.8.0'
36
36
implementation ' androidx.annotation:annotation:1.3.0'
37
- implementation ' androidx.exifinterface:exifinterface:1.3.3 '
37
+ implementation ' androidx.exifinterface:exifinterface:1.3.6 '
38
38
implementation ' androidx.activity:activity:1.6.1'
39
39
40
40
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin.
3
3
repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5
5
6
- version : 0.8.6+3
6
+ version : 0.8.6+4
7
7
8
8
environment :
9
9
sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments