Skip to content

Commit

Permalink
set upper dart version constraints to 4.0.0 (#863)
Browse files Browse the repository at this point in the history
* set upper dart version constraints to 4.0.0

* update changelog
  • Loading branch information
bartekpacia authored May 18, 2023
1 parent c69b0cd commit 8fe2fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- Fix Android build failing because of JVM and Kotlin target source
compatibility (#862)
- Set upper Dart version constraint to `<4.0.0` (#863)

## 1.10.3

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0 <4.0.0"
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
android_path_provider: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flutter:
pluginClass: FlutterDownloaderPlugin

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'
flutter: '>=3.0.0'

dependencies:
Expand Down

0 comments on commit 8fe2fff

Please sign in to comment.