Skip to content

Commit 23c8dee

Browse files
[jni] [jnigen] Publish 0.14.1 (#2041)
1 parent cde3a28 commit 23c8dee

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

pkgs/jni/CHANGELOG.md

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

33
- Updated `bin/setup.dart` to use Gradle instead of Maven for building Java sources. Added gradle executables
44
and bootstrap jars [#2003](https://github.com/dart-lang/native/issues/2003)

pkgs/jni/java/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
!gradlew
2+
!gradlew.bat
3+
!gradle-wrapper.jar

pkgs/jni/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

pkgs/jnigen/CHANGELOG.md

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

33
- Added support for generating matching Kotlin operators as Dart operators.
44
- Include the methods of the superinterfaces of a class or interface in the

pkgs/jnigen/java/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
!gradlew
2+
!gradlew.bat
3+
!gradle-wrapper.jar

pkgs/jnigen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.14.1-wip
7+
version: 0.14.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

0 commit comments

Comments
 (0)