Skip to content

Commit

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

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

## 0.4.0

* Use more efficient operations when copying bytes between Java and Dart.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cronet_http
description: >
An Android Flutter plugin that provides access to the Cronet HTTP client.
version: 0.4.0
version: 0.4.1
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

environment:
Expand All @@ -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 5d11eb1

Please sign in to comment.