Skip to content

Commit 72487d3

Browse files
[jnigen] Publish 0.13.1 (#1914)
1 parent d1d9aa5 commit 72487d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/jnigen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.13.1-wip
1+
## 0.13.1
22

33
- Fixed a bug where Kotlin wildcards would crash the code generation.
44
- Support nullability annotations that are on Java elements like methods and

pkgs/jnigen/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: jnigen
66
description: A Dart bindings generator for Java and Kotlin that uses JNI under the hood to interop with Java virtual machine.
7-
version: 0.13.1-wip
7+
version: 0.13.1
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/jnigen
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
1010

@@ -32,7 +32,7 @@ dependencies:
3232
dev_dependencies:
3333
build_runner: ^2.4.12
3434
dart_flutter_team_lints: ^3.2.0
35-
jni: ^0.12.2
35+
jni: ^0.13.0
3636
json_serializable: ^6.8.0
3737
test: ^1.25.8
3838

0 commit comments

Comments
 (0)