Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b48dd36

Browse files
ChristianKatzmannChris Yang
authored andcommitted
[image_picker] Depend on AndroidX Core instead of Legacy Support v4 (#1934)
1 parent 6deda07 commit b48dd36

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/image_picker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1+2
2+
3+
* Replace dependency on `androidx.legacy:legacy-support-v4:1.0.0` with `androidx.core:core:1.0.2`
4+
15
## 0.6.1+1
26

37
* Add dependency on `androidx.annotation:annotation:1.0.0`.

packages/image_picker/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
disable 'InvalidPackage'
4949
}
5050
dependencies {
51-
api 'androidx.legacy:legacy-support-v4:1.0.0'
51+
implementation 'androidx.core:core:1.0.2'
5252
implementation 'androidx.annotation:annotation:1.0.0'
5353
}
5454
}

packages/image_picker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
- Flutter Team <flutter-dev@googlegroups.com>
66
- Rhodes Davis Jr. <rody.davis.jr@gmail.com>
77
homepage: https://github.com/flutter/plugins/tree/master/packages/image_picker
8-
version: 0.6.1+1
8+
version: 0.6.1+2
99

1010
flutter:
1111
plugin:

0 commit comments

Comments
 (0)