Skip to content

Commit 3a8e08c

Browse files
committed
Update readme with snapshot repo details
1 parent 7c4bda8 commit 3a8e08c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ buildscript {
147147
}
148148
```
149149

150+
Snapshots of the development version are available in [JFrog's snapshots repository](https://oss.jfrog.org/oss-snapshot-local/)).
151+
Add the repo below to download `SNAPSHOT` releases.
152+
153+
```groovy
154+
repositories {
155+
jcenter()
156+
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
157+
}
158+
```
159+
150160
And on your **app module** `build.gradle`:
151161

152162
`${latest.version}` is [![Download](https://api.bintray.com/packages/hotchemi/maven/permissionsdispatcher/images/download.svg)](https://bintray.com/hotchemi/maven/permissionsdispatcher/_latestVersion)

0 commit comments

Comments
 (0)