Skip to content

Commit

Permalink
Rev JNI Bind release header to v 0.9.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 542939822
  • Loading branch information
jwhpryor authored and copybara-github committed Jun 23, 2023
1 parent ad8c682 commit 1cf0e8d
Show file tree
Hide file tree
Showing 3 changed files with 4,549 additions and 4,381 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
It requires clang enabled at C++17 or later, is compatible with Android, and is unit / E2E tested on `x86`/`ARM` toolchains.

**Many** features and optimisations are included:

- **Object Management**
- **Compile time method name and argument checking**
- **Static caching of IDs** *multi-threading support and compile time signature generation.*
Expand Down Expand Up @@ -82,8 +83,8 @@ If you're already using Bazel add the following to your WORKSPACE:
```starlark
http_archive(
name = "jni-bind",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.5-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.5-alpha",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.6-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.6-alpha",
)
```

Expand Down Expand Up @@ -474,6 +475,7 @@ Sample [local_array.h](implementation/local_array_test.cc), [array_test_jni.cc](
## Upcoming Features

Feature requests are welcome! Some upcoming features are:

- Statics
- Tighter array type validation (arrays are overly permissive for arguments)
- Better error messages
Expand Down
Loading

0 comments on commit 1cf0e8d

Please sign in to comment.