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 b2717ba commit f0a02f9Copy full SHA for f0a02f9
pkgs/cronet_http/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.4.2
2
+
3
+* Require `package:jni >= 0.7.2` to remove a potential buffer overflow.
4
5
## 0.4.1
6
7
* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
pkgs/cronet_http/pubspec.yaml
@@ -1,7 +1,7 @@
name: cronet_http
description: >
An Android Flutter plugin that provides access to the Cronet HTTP client.
-version: 0.4.1
+version: 0.4.2
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
environment:
@@ -12,7 +12,7 @@ dependencies:
12
flutter:
13
sdk: flutter
14
http: '>=0.13.4 <2.0.0'
15
- jni: ^0.7.1
+ jni: ^0.7.2
16
17
dev_dependencies:
18
dart_flutter_team_lints: ^1.0.0
0 commit comments