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 ## 1.0.1
Fix bug Fix bug
## 1.0.0 ## 1.0.0
Fix bug Fix bug
## 0.0.9+5 ## 0.0.9+5
1. Android upgrade sdk to 0.0.17 </br> 1. Android upgrade sdk to 0.0.17 </br>
2. New add createFileMessageFromFullPath method 2. New add createFileMessageFromFullPath method
@ -12,7 +22,7 @@ Fix bug
Fix ios friendship params error Fix ios friendship params error
## 0.0.9+3 ## 0.0.9+3
Ios native remove method 'removeAdvancedMsgListener' Ios native remove method 'removeAdvancedMsgListener'
## 0.0.9+2 ## 0.0.9+2
1. Fix bug 1. 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.1 flutter_openim_sdk: ^1.0.2
#### 2Import package #### 2Import package

View File

@ -51,5 +51,5 @@ android {
} }
} }
dependencies { 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 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.1 version: 1.0.2
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