From 1e9f55cb8c49c1bf721751f6f4d644d8ef30b62f Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 16 Jun 2016 18:14:14 -0400 Subject: [PATCH] RxJava 1.1.6. --- rxandroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rxandroid/build.gradle b/rxandroid/build.gradle index d3025f70..e3d92d3a 100644 --- a/rxandroid/build.gradle +++ b/rxandroid/build.gradle @@ -47,7 +47,7 @@ repositories { } dependencies { - compile 'io.reactivex:rxjava:1.1.5' + compile 'io.reactivex:rxjava:1.1.6' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'