danielceinos / RxNearbyConnections

Rxjava 2.0 wrapper for Google's Nearby Connections API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rxjava 2.0 wrapper for Google's Nearby Connections API.

License:MIT License


Languages

Language:Kotlin 88.6%Language:Java 11.4%