Skip to content

Commit

Permalink
Rev JNI Bind release header to v 0.6.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 470771470
Change-Id: I0639ed351a59a16ee87be691add29e7435aadbbd
  • Loading branch information
jwhpryor committed Aug 29, 2022
1 parent e888bf4 commit 44fc350
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 390 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ 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.5.0-alpha.zip"],
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.6.0-alpha.zip"],
strip_prefix = "jni-bind-Release-0.5.0-alpha",
)
```
Expand Down
Loading

0 comments on commit 44fc350

Please sign in to comment.