Downgrade RxJava. Closes #285
This commit is contained in:
parent
74ffa14304
commit
f9783407bd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ dependencies {
|
|||
|
||||
// ReactiveX
|
||||
compile 'io.reactivex:rxandroid:1.1.0'
|
||||
compile 'io.reactivex:rxjava:1.1.3'
|
||||
compile 'io.reactivex:rxjava:1.1.1'
|
||||
compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.1'
|
||||
|
||||
// Network client
|
||||
|
|
Reference in a new issue