Upgrade sdk

This commit is contained in:
hrxiang 2021-11-10 19:55:47 +08:00
parent 1fce0e4cae
commit ddd77fa307
5 changed files with 14 additions and 4 deletions

View File

@ -1,10 +1,20 @@
## 1.0.2
Upgrade sdk </br>
1. Android to 1.1.3 </br>
2. Ios replace framework </br>
## 1.0.1
Fix bug
## 1.0.0
Fix bug
## 0.0.9+5
1. Android upgrade sdk to 0.0.17 </br>
2. New add createFileMessageFromFullPath method

View File

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

View File

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

View File

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