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

@@ -49,7 +49,7 @@ Add this to the root build.gradle at the end of the repository:
2. Add 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
}

@@ -352,7 +352,8 @@ User user information object
## Version History
| 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

+ 2
- 2
README_CN.md View File

@@ -45,7 +45,7 @@ repositories {

2.添加依赖项
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'//解析库
}

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


## FQA

Loading…
Cancel
Save