File tree Expand file tree Collapse file tree 6 files changed +10
-4
lines changed Expand file tree Collapse file tree 6 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.14.1-wip
1
+ ## 0.14.1
2
2
3
3
- Updated ` bin/setup.dart ` to use Gradle instead of Maven for building Java sources. Added gradle executables
4
4
and bootstrap jars [ #2003 ] ( https://github.com/dart-lang/native/issues/2003 )
Original file line number Diff line number Diff line change
1
+ ! gradlew
2
+ ! gradlew.bat
3
+ ! gradle-wrapper.jar
Original file line number Diff line number Diff line change 4
4
5
5
name : jni
6
6
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
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jni
9
9
issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajni
10
10
Original file line number Diff line number Diff line change 1
- ## 0.14.1-wip
1
+ ## 0.14.1
2
2
3
3
- Added support for generating matching Kotlin operators as Dart operators.
4
4
- Include the methods of the superinterfaces of a class or interface in the
Original file line number Diff line number Diff line change
1
+ ! gradlew
2
+ ! gradlew.bat
3
+ ! gradle-wrapper.jar
Original file line number Diff line number Diff line change 4
4
5
5
name : jnigen
6
6
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
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/jnigen
9
9
issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajnigen
10
10
You can’t perform that action at this time.
0 commit comments