ソースを参照

Update documentation

master
陈福行 5年前
コミット
bb1a94d0b4
2個のファイルの変更4行の追加24行の削除
  1. 2
    14
      README.md
  2. 2
    10
      README_CN.md

+ 2
- 14
README.md ファイルの表示

@@ -1,23 +1,11 @@
[TOC]
# AILink SDK Instructions-Android

[aar package download address](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases)

[key registered address](http://sdk.aicare.net.cn)

[中文文档](README_CN.md)

## Contents
- Conditions of use:
- Import SDK
- Permission settings
- Start integration
- More commonly used interface introduction
- Matters needing attention
- AILinkBleParsingAndroid library overview
- Version History
- FQA
- Contact Us


## Conditions of use:
@@ -49,7 +37,7 @@ Add this to the root build.gradle at the end of the repository:
2. Add dependencies
dependencies {
...
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.0'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.1'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//Parsing library
}


+ 2
- 10
README_CN.md ファイルの表示

@@ -1,4 +1,4 @@
[TOC]
# AILink SDK使用说明 - Android

[aar包下载地址](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases)
@@ -7,14 +7,6 @@

[English documentation](README.md)

## 目录
- 使用条件
- 导入SDK
- 权限设置
- 开始集成
- 版本历史
- FQA
- 联系我们


## 使用条件
@@ -45,7 +37,7 @@ repositories {

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


読み込み中…
キャンセル
保存