Skip to content

Commit

Permalink
Add note on the new snapshot-based releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed May 13, 2018
1 parent a0cf83c commit 2ad8cb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ AAR support is added to [bazel-deps](https://github.com/johnynek/bazel-deps).

# Usage instructions

Please see the [releases](https://github.com/bazelbuild/gmaven_rules/releases/latest) page for instructions on using the latest snapshot.

To use this from your project, in your `WORKSPACE` file add

```
# Google Maven Repository
GMAVEN_TAG = "0.1.0"
GMAVEN_TAG = "0.1.0" # or the tag from the latest release
http_archive(
name = "gmaven_rules",
Expand Down

0 comments on commit 2ad8cb0

Please sign in to comment.