Skip to content

Commit

Permalink
[jnigen][jni] 0.13.0 (#1812)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi authored Dec 15, 2024
1 parent b86e34d commit a70c1a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.0-wip
## 0.13.0

- **Breaking Change**: Separated primitive arrays from object arrays.
Previously, a primitive array like an array of bytes was typed
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: jni
description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
version: 0.13.0-wip
version: 0.13.0
repository: https://github.com/dart-lang/native/tree/main/pkgs/jni
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajni

Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.0-wip
## 0.13.0

- **Breaking Change**([#1516](https://github.com/dart-lang/native/issues/1516)):
Inner classes are now generated as `OuterClass$InnerClass`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jnigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

Expand Down

0 comments on commit a70c1a2

Please sign in to comment.