A BLE beacon scanner for Nextome SDK.
- Add JitPack in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency in your module build.gradle:
dependencies {
implementation 'com.github.Nextome:phoenix-scanner:master-SNAPSHOT'
}