Update SDK to 1.2.0

This commit is contained in:
hrxiang 2021-11-24 11:12:06 +08:00
parent b5f80cc052
commit 579e3dd236
2 changed files with 8 additions and 5 deletions

View File

@ -1,20 +1,23 @@
[![Chinese](https://img.shields.io/badge/Language-Chinese-blueviolet?style=for-the-badge)](README.zh-cn.md)
# flutter_openim_sdk # flutter_openim_sdk
### [Download demo](https://github.com/OpenIMSDK/Open-IM-Flutter-Demo.git) A flutter IM plugin for android and ios.
### [demo](https://github.com/OpenIMSDK/Open-IM-Flutter-Demo.git)
### [flutter_openim_widget](https://github.com/hrxiang/flutter_openim_widget.git) ### [flutter_openim_widget](https://github.com/hrxiang/flutter_openim_widget.git)
[![Chinese](https://img.shields.io/badge/Language-Chinese-blueviolet?style=for-the-badge)](README.zh-cn.md) ![Android](https://www.pgyer.com/app/qrcode/OpenIM)
A flutter IM plugin for android and ios.
## Getting Started ## Getting Started
#### 1Add dependency in yaml #### 1Add dependency in yaml
flutter_openim_sdk: ^1.0.3 flutter_openim_sdk: ^1.0.4
#### 2Import package #### 2Import package

View File

@ -51,5 +51,5 @@ android {
} }
} }
dependencies { dependencies {
implementation 'io.openim:client-sdk:1.1.9@aar' implementation 'io.openim:client-sdk:1.2.0@aar'
} }