2020-12-26 01:35:03 +01:00
|
|
|
repositories {
|
|
|
|
|
maven {
|
|
|
|
|
url "https://dl.bintray.com/tlaukkan/bubblecloud"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-25 23:08:42 +01:00
|
|
|
dependencies {
|
|
|
|
|
implementation project(':hal-core')
|
|
|
|
|
|
2020-12-26 01:35:03 +01:00
|
|
|
implementation 'com.fazecast:jSerialComm:2.6.2'
|
2020-12-25 23:08:42 +01:00
|
|
|
implementation 'org.bubblecloud.zigbee4java:zigbee-api:3.0.3'
|
|
|
|
|
}
|