From b09345f2e156493f83ab4d13449c0e0c39d95737 Mon Sep 17 00:00:00 2001 From: len Date: Sat, 19 Mar 2016 23:08:47 +0100 Subject: [PATCH] Downgrade RxJava for a while --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4bf8add1b3..772a0f09df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -113,7 +113,7 @@ dependencies { compile 'com.jakewharton:disklrucache:2.0.2' compile 'org.jsoup:jsoup:1.8.3' compile 'io.reactivex:rxandroid:1.1.0' - compile 'io.reactivex:rxjava:1.1.2' + compile 'io.reactivex:rxjava:1.1.1' compile "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION" compile "com.squareup.retrofit2:converter-gson:$RETROFIT_VERSION" compile "com.squareup.retrofit2:adapter-rxjava:$RETROFIT_VERSION"