Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 394 Bytes

rxbus


Download


ext {
    //...
    rxBusVersion = "1.1.0"
}

dependencies {
    //...
    implementation "com.arthurivanets.rxbus:rxbus:$rxBusVersion"
}