[Upgrade SDK] 0.0.14
This commit is contained in:
parent
06372b6eee
commit
34b59d3a81
@ -1,3 +1,6 @@
|
|||||||
|
## 0.0.8
|
||||||
|
升级sdk到0.0.14,发送消息增加了重试了机制
|
||||||
|
|
||||||
## 0.0.7
|
## 0.0.7
|
||||||
1,新增根据用户id或群组id获取会话id的方法 </br>
|
1,新增根据用户id或群组id获取会话id的方法 </br>
|
||||||
2,修改会话管理器入参sessionType的类型为int
|
2,修改会话管理器入参sessionType的类型为int
|
||||||
|
30
LICENSE
30
LICENSE
@ -1,15 +1,21 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021
|
Copyright (c) 2018 OpenIM Corporation
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
in the Software without restriction, including without limitation the rights
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
furnished to do so, subject to the following conditions:
|
||||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
||||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
The above copyright notice and this permission notice shall be included in all
|
||||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
copies or substantial portions of the Software.
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
@ -19,7 +19,7 @@ A flutter IM plugin for android and ios.
|
|||||||
|
|
||||||
#### 1,Add dependency in yaml
|
#### 1,Add dependency in yaml
|
||||||
|
|
||||||
flutter_openim_sdk: ^0.0.7
|
flutter_openim_sdk: ^0.0.8
|
||||||
|
|
||||||
#### 2,Import package
|
#### 2,Import package
|
||||||
|
|
||||||
|
@ -52,5 +52,5 @@ android {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
// implementation 'io.openim:client:0.0.13@aar'
|
// implementation 'io.openim:client:0.0.13@aar'
|
||||||
implementation 'io.openim:client-sdk:0.0.13@aar'
|
implementation 'io.openim:client-sdk:0.0.14@aar'
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
name: flutter_openim_sdk
|
name: flutter_openim_sdk
|
||||||
description: openim flutter plugin.
|
description: openim flutter plugin.
|
||||||
version: 0.0.7
|
version: 0.0.8
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user