update README.md.

Signed-off-by: 远方夕阳 <xj753277@126.com>
This commit is contained in:
远方夕阳 2022-08-18 07:49:11 +00:00 committed by Gitee
parent d2e9727df7
commit 40a32b8887
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -170,3 +170,24 @@ https://www.yuque.com/yuanfangxiyang/ma4ytb/vvy3iz/edit#nnzKN
2.服务端sdk优化包路径结构
3.修改部分问题
## Maven Gradle
服务端sdk引用
```
<dependency>
<groupId>com.farsunset</groupId>
<artifactId>cim-server-sdk-netty</artifactId>
<version>4.2.0</version>
</dependency>
```
android端sdk引用
```
implementation "com.farsunset:cim-android-sdk:4.2.0"
```