RxNearbyConnections Rxjava 2.0 wrapper for Google's Nearby Connections API. Last stable version Download Gradle: dependencies { implementation 'com.github.danielceinos:RxNearbyConnections:x.y.z' } allprojects { repositories { ... maven { url "https://jitpack.io" } } } License