From 33cfef301e86f5165f7f832d4924d43ebf00f724 Mon Sep 17 00:00:00 2001 From: Ilia Kurtov Date: Tue, 15 Aug 2017 21:01:14 +0300 Subject: [PATCH] rxjava update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0130de0..e59fc3c 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { compile 'com.android.support:multidex:1.0.2' compile 'io.reactivex.rxjava2:rxandroid:2.0.1' - compile 'io.reactivex.rxjava2:rxjava:2.1.2' + compile 'io.reactivex.rxjava2:rxjava:2.1.3' provided 'com.android.support:recyclerview-v7:26.0.1' provided 'com.android.support:appcompat-v7:26.0.1'