File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
packages/image_picker/image_picker_android Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.6+15
2
+
3
+ * Bumps androidx.activity: activity from 1.6.1 to 1.7.0.
4
+
1
5
## 0.8.6+14
2
6
3
7
* Fixes Java warnings.
Original file line number Diff line number Diff line change @@ -41,7 +41,10 @@ android {
41
41
implementation ' androidx.core:core:1.9.0'
42
42
implementation ' androidx.annotation:annotation:1.3.0'
43
43
implementation ' androidx.exifinterface:exifinterface:1.3.6'
44
- implementation ' androidx.activity:activity:1.6.1'
44
+ implementation ' androidx.activity:activity:1.7.0'
45
+ // org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
46
+ // See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
47
+ implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.10" ))
45
48
46
49
testImplementation ' junit:junit:4.13.2'
47
50
testImplementation ' org.mockito:mockito-core:5.1.1'
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+14
6
+ version : 0.8.6+15
7
7
8
8
environment :
9
9
sdk : " >=2.18.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments