new version sdk

main
hrxiang 3 years ago
parent 4c43d54a1a
commit 43016d5e86
  1. 4
      CHANGELOG.md
  2. 2
      android/build.gradle
  3. 2
      pubspec.yaml

@ -1,3 +1,7 @@
## 2.0.0
1.Refactor mobile sdk, server sdk (2022-2-21)
## 1.1.1
1.Update sdk maven url

@ -41,5 +41,5 @@ android {
}
}
dependencies {
implementation 'io.openim:client-sdk:1.6.1@aar'
implementation 'io.openim:client-sdk:2.0.0@aar'
}

@ -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.1.1
version: 2.0.0
homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter

Loading…
Cancel
Save