sputnikdev / bluetooth-manager

Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Apache License 2.0
95 stars 22 forks source link

remove dependency to com.zsmartsystems.bluetooth.bluegiga snapshot #12

Open bilak opened 5 years ago

bilak commented 5 years ago

Hi, currently if you want to run some code it dependes on `

com.zsmartsystems.bluetooth.bluegiga com.zsmartsystems.bluetooth.bluegiga 1.0.0-SNAPSHOT

`

publish that library or remove the denepndency to be able to use bluetooth-manager without hacks

vkolotov commented 5 years ago

Hi @bilak, that library is a 3rd party library that is not released (but still stable enough), I've got not control over it. The reference you've mentioned is a reference in other module, please read manual on how to build it: https://github.com/sputnikdev/bluetooth-manager-bluegiga/blob/master/README.md