Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 581 Bytes

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" }
		}
	}