aboutsummaryrefslogtreecommitdiffstats
path: root/main/build.gradle
diff options
context:
space:
mode:
authorSamuel Tardieu <sam@rfc1149.net>2014-11-20 22:50:24 +0100
committerSamuel Tardieu <sam@rfc1149.net>2014-11-20 22:55:22 +0100
commit92844df1bdcf34256105de792aaeee305f4ae7d4 (patch)
tree3521814137194609ecf72a1eeb84a725d40d9252 /main/build.gradle
parent756918ca6ee32ba982547307f13f3efaee5d1b6d (diff)
downloadcgeo-92844df1bdcf34256105de792aaeee305f4ae7d4.zip
cgeo-92844df1bdcf34256105de792aaeee305f4ae7d4.tar.gz
cgeo-92844df1bdcf34256105de792aaeee305f4ae7d4.tar.bz2
Upgrade to RxJava releases 1.x
Diffstat (limited to 'main/build.gradle')
-rw-r--r--main/build.gradle10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/build.gradle b/main/build.gradle
index 8b4f4d3..6784a54 100644
--- a/main/build.gradle
+++ b/main/build.gradle
@@ -27,7 +27,9 @@ gradle connectedCheck
//https://github.com/stephanenicolas/Quality-Tools-for-Android
def AAVersion = '3.2'
-def RXVersion = '0.20.7'
+def RXJavaVersion = '1.0.0'
+def RXAndroidVersion = '0.23.0'
+def RXJavaAsyncUtilVersion = '0.21.0'
def JacksonCoreVersion = '2.4.3'
def JacksonDatabindVersion = '2.4.3'
def JacksonAnnotationsVersion = '2.4.3'
@@ -161,9 +163,9 @@ dependencies {
compile 'commons-io:commons-io:2.4'
compile 'com.google.code.findbugs:annotations:3.0.0'
- compile "com.netflix.rxjava:rxjava-core:$RXVersion"
- compile "com.netflix.rxjava:rxjava-android:$RXVersion"
- compile "com.netflix.rxjava:rxjava-async-util:$RXVersion"
+ compile "io.reactivex.rxjava:rxjava:$RXJavaVersion"
+ compile "io.reactivex.rxandroid:rxandroid:$RXAndroidVersion"
+ compile "io.reactivex.rxjava-async-util:rxjava-async-util:$RXJavaAsyncUtilVersion"
compile "com.fasterxml.jackson.core:jackson-core:$JacksonCoreVersion"
compile "com.fasterxml.jackson.core:jackson-databind:$JacksonDatabindVersion"