From 880d433e475e5be4e5d91afac145b490f9a959b7 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 16:17:03 -0700 Subject: Update rxkotlin --- .idea/misc.xml | 2 +- core/build.gradle | 2 +- gradle.properties | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 085136f..7319f02 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ - + diff --git a/core/build.gradle b/core/build.gradle index 9b1bd3a..fae442e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -74,7 +74,7 @@ dependencies { compile "org.jetbrains.anko:anko-commons:${ANKO}" - compile "io.reactivex.rxjava2:rxkotlin:${RX_JAVA}" + compile "io.reactivex.rxjava2:rxkotlin:${RX_KOTLIN}" compile "io.reactivex.rxjava2:rxandroid:${RX_ANDROID}" compile "com.jakewharton.rxbinding2:rxbinding-kotlin:${RX_BINDING}" compile "com.jakewharton.rxbinding2:rxbinding-appcompat-v7-kotlin:${RX_BINDING}" diff --git a/gradle.properties b/gradle.properties index f92ba21..4eb876a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,6 +31,7 @@ FAST_ADAPTER=2.6.2 FAST_ADAPTER_COMMONS=2.6.0 ANKO=0.10.1 RX_JAVA=2.1.1 +RX_KOTLIN=2.1.0 RX_ANDROID=2.0.1 RX_BINDING=2.0.0 ABOUT_LIBRARIES=5.9.6 -- cgit v1.2.3