Skip to content

Commit 76deb75

Browse files
[cronet_http] Upgrade jni to 0.9.2 and publish 1.2.1 (#1198)
1 parent ec55561 commit 76deb75

File tree

4 files changed

+2152
-263
lines changed

4 files changed

+2152
-263
lines changed

pkgs/cronet_http/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.1-wip
2+
3+
* Upgrade `package:jni` to 0.9.2 to fix the build error in the latest versions
4+
of Flutter.
5+
* Upgrade `package:jnigen` to 0.9.1 and regenerate the bindings to improve the
6+
efficiency of function calls.
7+
18
## 1.2.0
29

310
* Support the Cronet embedding dependency with `--dart-define=cronetHttpNoPlay=true`.

pkgs/cronet_http/jnigen.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ android_sdk_config:
55
android_example: 'example/'
66

77
output:
8-
bindings_type: dart_only
98
dart:
109
path: 'lib/src/jni/jni_bindings.dart'
1110
structure: single_file

0 commit comments

Comments
 (0)