修改文档

This commit is contained in:
SL 2023-05-26 12:09:51 +08:00
parent 87fabe7e32
commit ad02b0c650

View File

@ -3,9 +3,15 @@
## 快速入门 ## 快速入门
**集成** **Gradle**
在主程序的build.gradle文件中添加 [![](https://jitpack.io/v/WuKongIM/WuKongIMAndroidSDK.svg)](https://jitpack.io/#WuKongIM/WuKongIMAndroidSDK)
```
implementation 'com.github.WuKongIM:WuKongIMAndroidSDK:1.0.1'
```
jitpack还需在主程序的`build.gradle`文件中添加:
``` ```
allprojects { allprojects {
@ -15,10 +21,6 @@ allprojects {
} }
} }
``` ```
然后在app model中导入
```
implementation 'com.github.WuKongIM:wkim:1.0.0'
```
**混淆** **混淆**
``` ```
-dontwarn com.wukong.im.** -dontwarn com.wukong.im.**