Add RxAndroid support, remove eventbus

Rx/Retrolambda
Bradlee Speice 2014-06-10 19:32:23 -04:00
parent 3f5909be08
commit 5770e8dd74
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ dependencies {
// compile 'com.f2prateek.dart:dart:1.1.0'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'de.greenrobot:eventbus:2.2.0'
// compile 'de.greenrobot:eventbus:2.2.0'
compile 'com.netflix.rxjava:rxjava-android:0.19.0'
// Handled by appcompat
// compile 'com.google.android:support-v4:r7'