Rx add-ons for Android
repositories {
maven { url 'http://dl.bintray.com/laynemobile/rx' }
}
dependencies {
// Rx Subscriptions
compile 'com.laynemobile.rx:subscriptions:0.1.0'
// Rx Subscriptions components
compile 'com.laynemobile.rx:subscriptions-components:0.1.0'
// Rx Requests
compile 'com.laynemobile.rx:requests:0.1.0'
// Rx Retrofit Requests
compile 'com.laynemobile.rx:requests-retrofit:0.1.0'
}To build:
$ git clone git@github.com:LayneMobile/Rx.git
$ cd Rx/
$ ./gradlew build