We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f953aec commit a2f3c1dCopy full SHA for a2f3c1d
pkgs/cronet_http/CHANGELOG.md
@@ -1,4 +1,7 @@
1
## 0.4.1
2
+
3
+* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
4
+ does not break macOS builds.
5
6
* Fix obsolete `CronetClient()` constructor usage.
7
pkgs/cronet_http/pubspec.yaml
@@ -12,7 +12,7 @@ dependencies:
12
flutter:
13
sdk: flutter
14
http: '>=0.13.4 <2.0.0'
15
- jni: ^0.7.0
+ jni: ^0.7.1
16
17
dev_dependencies:
18
dart_flutter_team_lints: ^1.0.0
0 commit comments