Skip to content

Commit

Permalink
Rev JNI Bind release header to v 0.9.7.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561143131
  • Loading branch information
jwhpryor authored and copybara-github committed Aug 29, 2023
1 parent 7649b1a commit ac0dea6
Show file tree
Hide file tree
Showing 3 changed files with 2,699 additions and 2,378 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,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.6-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.6-alpha",
urls = ["https://github.com/google/jni-bind/archive/refs/tags/Release-0.9.7-alpha.zip"],
strip_prefix = "jni-bind-Release-0.9.7-alpha",
)
```

Expand Down
Loading

0 comments on commit ac0dea6

Please sign in to comment.