diff --git a/README.md b/README.md index 954a42a..2332451 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,13 @@ [中文文档](README.zh-cn.md) -##### 1.git clone https://github.com/OpenIMSDK/Open-IM-SDK-Android.git - - - -##### 2.import module OpenIM-SDK - - -##### 3.sync project - +##### Use(使用) +``` + implementation 'io.openim:android-sdk:2.0.0@aar' + implementation 'io.openim:client-sdk:2.0.4@aar' +``` -#### 混淆规则 +#### Proguard rules(混淆规则) ``` # OpenIM -keep class io.openim.**{*;}