Skip to content

Commit 6434df6

Browse files
authored
Add snapshots instructions
1 parent a08590d commit 6434df6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ dependencies {
3939
}
4040
```
4141

42+
## SNAPSHOT
43+
[![ColorPickerView](https://img.shields.io/static/v1?label=snapshot&message=ColorPickerView&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/colorpickerview/) <br>
44+
Snapshots of the current development version of ColorPickerView are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/colorpickerview/).
45+
```Gradle
46+
repositories {
47+
maven {
48+
url 'https://oss.sonatype.org/content/repositories/snapshots/'
49+
}
50+
}
51+
```
52+
4253
<img src="https://user-images.githubusercontent.com/24237865/53681606-38f75000-3d2f-11e9-8586-848d638f23b1.gif" align="right" width="30%">
4354

4455
## Table of Contents

0 commit comments

Comments
 (0)