Skip to content

Commit 0bbd166

Browse files
[cronet_http] Upgrade jni and jnigen to 0.9.3 (#1246)
1 parent dce17c6 commit 0bbd166

File tree

3 files changed

+43
-50
lines changed

3 files changed

+43
-50
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.2-wip
2+
3+
* Upgrade `package:jni` and `package:0.9.3` to fix method calling bugs.
4+
15
## 1.3.1
26

37
* Add relevant rules with the ProGuard to avoid runtime exceptions.

pkgs/cronet_http/lib/src/jni/jni_bindings.dart

Lines changed: 36 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/cronet_http/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cronet_http
2-
version: 1.3.1
2+
version: 1.3.2-wip
33
description: >-
44
An Android Flutter plugin that provides access to the Cronet HTTP client.
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
@@ -13,11 +13,11 @@ dependencies:
1313
sdk: flutter
1414
http: ^1.2.0
1515
http_profile: ^0.1.0
16-
jni: ^0.9.2
16+
jni: ^0.9.3
1717

1818
dev_dependencies:
1919
dart_flutter_team_lints: ^3.0.0
20-
jnigen: ^0.9.2
20+
jnigen: ^0.9.3
2121
xml: ^6.1.0
2222
yaml_edit: ^2.0.3
2323

0 commit comments

Comments
 (0)