Upgrade sdk

This commit is contained in:
hrxiang 2021-11-03 18:24:57 +08:00
parent 66c9b0f673
commit 15042ed2ea
5 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
## 1.0.1
Fix bug
## 1.0.0 ## 1.0.0
Fix bug Fix bug

View File

@ -19,7 +19,7 @@ A flutter IM plugin for android and ios.
#### 1Add dependency in yaml #### 1Add dependency in yaml
flutter_openim_sdk: ^1.0.0 flutter_openim_sdk: ^1.0.1
#### 2Import package #### 2Import package

View File

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

View File

@ -1,6 +1,6 @@
name: flutter_openim_sdk name: flutter_openim_sdk
description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source. description: An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
version: 1.0.0 version: 1.0.1
homepage: https://www.rentsoft.cn homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter