Upgrade to RxJava 1.2.1

This commit is contained in:
Sebastien Deleuze 2016-10-20 15:38:23 +02:00
parent 31af6783a5
commit b961a31cc8
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ configure(allprojects) { project ->
ext.reactorCoreVersion = '3.0.2.RELEASE'
ext.reactorNettyVersion = '0.5.2.RELEASE'
ext.romeVersion = "1.7.0"
ext.rxjavaVersion = '1.1.9'
ext.rxjavaVersion = '1.2.1'
ext.rxjava2Version = '2.0.0-RC3'
ext.rxjavaAdapterVersion = '1.2.0'
ext.rxnettyVersion = '0.5.2-rc.4'