Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Mar 20, 2021
1 parent c5a5d08 commit 11bb6eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ dependencies {
implementation "com.github.skydoves:bundler:1.0.4"
}
```
## SNAPSHOT
[![Bundler](https://img.shields.io/static/v1?label=snapshot&message=bundler&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/bundler/) <br>
Snapshots of the current development version of Bundler are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/bundler/).
```Gradle
repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
```

## Usage
### Intent
Expand Down

0 comments on commit 11bb6eb

Please sign in to comment.