We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdaa4c commit 84c6322Copy full SHA for 84c6322
CHANGELOG.md
@@ -6,8 +6,9 @@ All notable changes to this project will be documented in this file.
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
-## [0.4.2] - 2019-03-01
10
-### Added
+## [0.4.2] - 2019-03-13
+### Changed
11
+- Required flutter_android 0.4.0+
12
13
## [0.4.1] - 2019-02-28
14
No functional changes.
pubspec.yaml
@@ -10,7 +10,7 @@ documentation:
dependencies:
flutter:
sdk: flutter
- flutter_android: ^0.3.6
+ flutter_android: ^0.4.0
meta: ^1.1.6
15
dev_dependencies:
16
flutter_test:
0 commit comments