Browse Source

Update documentation

master
陈福行 5 years ago
parent
commit
6454c252ec
2 changed files with 5 additions and 4 deletions
  1. 3
    2
      README.md
  2. 2
    2
      README_CN.md

+ 3
- 2
README.md View File

2. Add dependencies 2. Add dependencies
dependencies { dependencies {
... ...
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.2.9'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.0'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//Parsing library implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//Parsing library
} }


## Version History ## Version History
| Version number | Update time | Author | Update information | Version number | Update time | Author | Update information
|:----|:---|:-----|-----| |:----|:---|:-----|-----|
|1.2.9| 2020/4/10| xing| Modify SDK to gradle form dependency, fix known bugs
|1.2.9| 2020/04/10| xing| Modify SDK to gradle form dependency, fix known bugs
|1.3.0| 2020/05/08| xing| Fix bug that only parses 20 bytes




## FQA ## FQA

+ 2
- 2
README_CN.md View File



2.添加依赖项 2.添加依赖项
dependencies { dependencies {
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.2.9'//蓝牙库
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.0'//蓝牙库
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//解析库 implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//解析库
} }


|版本号|更新时间|作者|更新信息| |版本号|更新时间|作者|更新信息|
|:----|:---|:-----|-----| |:----|:---|:-----|-----|
|1.2.9| 2020/4/10| xing| 修改SDK为gradle形式依赖,修复已知bug |1.2.9| 2020/4/10| xing| 修改SDK为gradle形式依赖,修复已知bug
|1.3.0| 2020/05/08| xing| 修复只解析20个byte的bug




## FQA ## FQA

Loading…
Cancel
Save