/phoenix-scanner

A BLE beacon scanner

Primary LanguageJavaApache License 2.0Apache-2.0

phoenix-scanner

A BLE beacon scanner for Nextome SDK.

Include

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