Skip to content

Commit

Permalink
Updated the minimum flutter environment version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Apr 26, 2021
1 parent 4fa0167 commit ed3f75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Added COUNTLY_EXCLUDE_PUSHNOTIFICATIONS flag to disable push notifications altogether in order to avoid App Store Connect warnings.
* Add "updateSessionInterval" method to sets the interval for the automatic session update calls
* flutter_plugin_android_lifecycle updated to latest version (2.0.1)
* Updated the minimum flutter environment version to 1.10.0
* Updated underlying android SDK to 20.11.8
* Underlying iOS SDK version is 20.11.1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.0.0"
flutter: ">=1.10.0"

dependencies:
flutter_plugin_android_lifecycle: ^2.0.1
Expand Down

0 comments on commit ed3f75e

Please sign in to comment.