Skip to content

Commit 25ac0a8

Browse files
authored
Add a snapshot repository
1 parent cbcb08b commit 25ac0a8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,21 @@ allprojects {
4040
}
4141
```
4242
And add a dependency code to your module's build.gradle file.
43-
```
43+
```gradle
4444
dependencies {
4545
implementation "com.github.skydoves:chamber:1.0.2"
4646
}
4747
```
4848

49+
## SNAPSHOT
50+
[![Chamber](https://img.shields.io/static/v1?label=snapshot&message=chamber&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/chamber/) <br>
51+
Snapshots of the current development version of Chamber are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/chamber/).
52+
```Gradle
53+
repositories {
54+
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
55+
}
56+
```
57+
4958
## Usage
5059
Chamber is scoped data holder with custom scopes that are lifecycle aware.
5160
### ChamberScope

0 commit comments

Comments
 (0)