Skip to content

Commit

Permalink
Require package:jni >= 0.7.1 to fix macOS build (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored Nov 2, 2023
1 parent f953aec commit a2f3c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 0.4.1

* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
does not break macOS builds.

* Fix obsolete `CronetClient()` constructor usage.

Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
http: '>=0.13.4 <2.0.0'
jni: ^0.7.0
jni: ^0.7.1

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
Expand Down

0 comments on commit a2f3c1d

Please sign in to comment.