From 52f4ae293465f06fe50ff7f883773570f396132a Mon Sep 17 00:00:00 2001 From: hrxiang Date: Fri, 25 Feb 2022 14:59:22 +0800 Subject: [PATCH] v2.0.0 --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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.**{*;}