Skip to content

Commit

Permalink
Rev JNI Bind release header to v 0.9.4.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 530360032
  • Loading branch information
jwhpryor authored and copybara-github committed May 8, 2023
1 parent 3fc29ba commit bbc14f1
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 295 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,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.3-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.3-alpha",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.4.1-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.4.1-alpha",
)
```

Expand Down
Loading

0 comments on commit bbc14f1

Please sign in to comment.