Skip to content

Commit d7a5bc5

Browse files
authored
Merge pull request #298 from shaunkawano/patch-1
Update readme to point to RxJava 1.1.6
2 parents c5eaeb3 + c18fbe5 commit d7a5bc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2323
compile 'io.reactivex:rxandroid:1.2.0'
2424
// Because RxAndroid releases are few and far between, it is recommended you also
2525
// explicitly depend on RxJava's latest version for bug fixes and new features.
26-
compile 'io.reactivex:rxjava:1.1.5'
26+
compile 'io.reactivex:rxjava:1.1.6'
2727
```
2828

2929
* RxAndroid: <a href='http://search.maven.org/#search%7Cga%7C1%7Crxandroid'><img src='http://img.shields.io/maven-central/v/io.reactivex/rxandroid.svg'></a>
@@ -44,8 +44,7 @@ $ ./gradlew build
4444

4545
Futher details on building can be found on the RxJava [Getting Started][start] page of the wiki.
4646

47-
<a href='https://travis-ci.org/ReactiveX/RxAndroid/builds'><img src='https://travis-ci.org/ReactiveX/RxAndroid.svg?branch=master'></a>
48-
47+
<a href='https://travis-ci.org/ReactiveX/RxAndroid/builds'><img src='https://api.travis-ci.org/ReactiveX/RxAndroid.svg?branch=master'></a>
4948

5049
# Sample usage
5150

0 commit comments

Comments
 (0)