Merge pull request #86 from TouchInstinct/lib_update

rxjava version
This commit is contained in:
Ilia Kurtov 2017-09-15 16:18:40 +03:00 committed by GitHub
commit b6d90da359
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ dependencies {
compile 'net.danlew:android.joda:2.9.9'
compile 'com.android.support:multidex:1.0.1'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.3.1'
compile 'io.reactivex:rxjava:1.3.2'
provided 'com.android.support:appcompat-v7:25.3.1'
provided 'com.android.support:recyclerview-v7:25.3.1'