From c18fbe550cba8d9b0113be31a6fad29da235dee4 Mon Sep 17 00:00:00 2001 From: Shaun Kawano Date: Thu, 16 Jun 2016 23:39:42 +0900 Subject: [PATCH] Update readme to point to RxJava 1.1.6 and show travis build status badge. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 015906d1..fccd6191 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi compile 'io.reactivex:rxandroid:1.2.0' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. -compile 'io.reactivex:rxjava:1.1.5' +compile 'io.reactivex:rxjava:1.1.6' ``` * RxAndroid: @@ -44,8 +44,7 @@ $ ./gradlew build Futher details on building can be found on the RxJava [Getting Started][start] page of the wiki. - - + # Sample usage