Upgrade sdk
This commit is contained in:
parent
1fce0e4cae
commit
ddd77fa307
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
||||
|
||||
@ -12,7 +22,7 @@ Fix bug
|
||||
Fix ios friendship params error
|
||||
|
||||
## 0.0.9+3
|
||||
Ios native remove method 'removeAdvancedMsgListener'
|
||||
Ios native remove method 'removeAdvancedMsgListener'
|
||||
|
||||
## 0.0.9+2
|
||||
1. Fix bug
|
||||
|
@ -19,7 +19,7 @@ A flutter IM plugin for android and ios.
|
||||
|
||||
#### 1,Add dependency in yaml
|
||||
|
||||
flutter_openim_sdk: ^1.0.1
|
||||
flutter_openim_sdk: ^1.0.2
|
||||
|
||||
#### 2,Import package
|
||||
|
||||
|
@ -51,5 +51,5 @@ android {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'io.openim:client-sdk:1.1.2@aar'
|
||||
implementation 'io.openim:client-sdk:1.1.3@aar'
|
||||
}
|
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user