Skip to content

LayneMobile/RxSubscriptions

Repository files navigation

RxSubscriptions

Rx subscription management for Android

Download

repositories {
    maven { url 'http://dl.bintray.com/laynemobile/maven' }
}

dependencies {
    // Library
    compile 'com.laynemobile:rxsubscriptions:0.1.1'

    // App components
    compile 'com.laynemobile:rxsubscriptions-components:0.1.1'
}

Build

To build:

$ git clone git@github.com:LayneMobile/RxSubscriptions.git
$ cd RxSubscriptions/
$ ./gradlew build

Build Status