This commit is contained in:
hrxiang 2022-07-04 11:56:02 +08:00
parent 644c52ae0e
commit bf354c4103
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 2.2.0
1.Fix bug </br>
## 2.1.0+1
1.Add setGroupVerification method </br>

View File

@ -41,5 +41,5 @@ android {
}
}
dependencies {
implementation 'io.openim:core-sdk:2.1.0.2@aar'
implementation 'io.openim:core-sdk:2.2.0@aar'
}

View File

@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.1.0+1"
version: "2.2.0"
flutter_test:
dependency: "direct dev"
description: flutter

View File

@ -17,7 +17,7 @@ A new Flutter project.
s.dependency 'Flutter'
s.platform = :ios, '8.0'
s.dependency 'OpenIMSDKCore','2.1.0'
s.dependency 'OpenIMSDKCore','2.2.0'
s.static_framework = true
# s.vendored_frameworks = 'Framework/*.framework'
# Flutter.framework does not contain a i386 slice.

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: 2.1.0+1
version: 2.2.0
homepage: https://www.rentsoft.cn
repository: https://github.com/OpenIMSDK/Open-IM-SDK-Flutter