Skip to content

Commit

Permalink
2.x: Readme.md update snapshot links (#5645)
Browse files Browse the repository at this point in the history
* 2.x: Readme.md update snapshot links

* Use plain link and only the current snapshot dependency
  • Loading branch information
akarnokd authored Oct 5, 2017
1 parent 89581b4 commit 831f6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ and for Ivy:
<dependency org="io.reactivex.rxjava2" name="rxjava" rev="x.y.z" />
```

Snapshots are available via [JFrog](https://oss.jfrog.org/webapp/#/home):
Snapshots are available via https://oss.jfrog.org/libs-snapshot/io/reactivex/rxjava2/rxjava/

```groovy
repositories {
maven { url 'https://oss.jfrog.org/libs-snapshot' }
}
dependencies {
compile 'io.reactivex.rxjava2:rxjava:2.0.0-DP0-SNAPSHOT'
compile 'io.reactivex.rxjava2:rxjava:2.2.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit 831f6c8

Please sign in to comment.