Convenient data structures which can be used instead of Android framework constants.
List of releases can be found at https://github.com/AdamKobus/android-ble-structures/releases
repositories {
mavenCentral()
}
dependencies {
implementation "com.adamkobus:android-ble-structures:1.0.0"
}
Past snapshots can be found at Sonatype Snapshots Repository
repositories {
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
}
dependencies {
implementation "com.adamkobus:android-ble-structures:0.0.7-SNAPSHOT"
}