File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
23
23
compile 'io.reactivex:rxandroid:1.2.0'
24
24
// Because RxAndroid releases are few and far between, it is recommended you also
25
25
// 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 '
27
27
```
28
28
29
29
* 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
44
44
45
45
Futher details on building can be found on the RxJava [ Getting Started] [ start ] page of the wiki.
46
46
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 >
49
48
50
49
# Sample usage
51
50
You can’t perform that action at this time.
0 commit comments