|
|
@@ -67,10 +67,14 @@ dependencies { |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
|
|
|
implementation 'androidx.cardview:cardview:1.0.0' |
|
|
|
testImplementation 'junit:junit:4.12' |
|
|
|
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.14.20'//蓝牙核心库 |
|
|
|
//https://jitpack.io/#elinkthings/AILinkSDKRepositoryAndroid |
|
|
|
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.14.21'//蓝牙核心库 |
|
|
|
|
|
|
|
//https://jitpack.io/#elinkthings/AILinkSDKParsingLibraryAndroid |
|
|
|
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.9.7'//蓝牙解析库,需要依赖核心库 |
|
|
|
implementation 'com.github.elinkthings:AILinkMqttRepositoryAndroid:1.2.0'//MQTT库 |
|
|
|
|
|
|
|
//https://jitpack.io/#elinkthings/AILinkMqttRepositoryAndroid |
|
|
|
implementation 'com.github.elinkthings:AILinkMqttRepositoryAndroid:1.3.2'//MQTT库,不需要的可以不用依赖 |
|
|
|
implementation project(path: ':otalibrary') |
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.2' |
|
|
|
implementation 'com.jakewharton:butterknife:10.2.3' |