mirror of
https://github.com/WuKongIM/WuKongIMAndroidSDK
synced 2025-06-06 01:03:55 +00:00
修改文档
This commit is contained in:
parent
87fabe7e32
commit
ad02b0c650
14
README.md
14
README.md
@ -3,9 +3,15 @@
|
||||
|
||||
## 快速入门
|
||||
|
||||
**集成**
|
||||
**Gradle**
|
||||
|
||||
在主程序的build.gradle文件中添加:
|
||||
[](https://jitpack.io/#WuKongIM/WuKongIMAndroidSDK)
|
||||
|
||||
```
|
||||
implementation 'com.github.WuKongIM:WuKongIMAndroidSDK:1.0.1'
|
||||
```
|
||||
|
||||
jitpack还需在主程序的`build.gradle`文件中添加:
|
||||
|
||||
```
|
||||
allprojects {
|
||||
@ -15,10 +21,6 @@ allprojects {
|
||||
}
|
||||
}
|
||||
```
|
||||
然后在app model中导入
|
||||
```
|
||||
implementation 'com.github.WuKongIM:wkim:1.0.0'
|
||||
```
|
||||
**混淆**
|
||||
```
|
||||
-dontwarn com.wukong.im.**
|
||||
|
Loading…
x
Reference in New Issue
Block a user