react-native-quicktracking-analytics-module 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,13 +22,12 @@ import * as QT from "react-native-quicktracking-analytics-module";
|
|
|
22
22
|
### 进入控制台
|
|
23
23
|
进入QT后台,点击“管理控制台”<br>
|
|
24
24
|
|
|
25
|
-

|
|
27
26
|
|
|
28
27
|
### 集成应用
|
|
29
28
|
找到需要集成埋点的应用:进入“应用列表”,选择所需组织,点击操作中的“详情或者去集成”<br>
|
|
30
29
|
|
|
31
|
-

|
|
32
31
|
|
|
33
32
|
## Android 基座配置
|
|
34
33
|
在工程 build.gradle 配置脚本中 buildscript 和 allprojects 段中添加 sdk maven 仓库地址
|