File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 3.8.2
2+
3+ - [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.2 )
4+
15## 3.8.1+2
26
37- [ Bug fixes and performance enhancements.] ( https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.1 )
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ def getCurrentProjectDir() {
1515
1616buildscript {
1717 repositories {
18+ maven { url ' https://maven.aliyun.com/repository/public' }
19+ maven { url ' https://maven.aliyun.com/repository/central' }
20+ maven { url ' https://maven.aliyun.com/nexus/content/repositories/google' }
21+ maven { url ' https://maven.aliyun.com/repository/gradle-plugin' }
1822 google()
1923 mavenCentral()
2024 }
@@ -46,5 +50,5 @@ android {
4650}
4751
4852dependencies {
49- implementation ' io.openim:core-sdk:3.8.1 @aar'
53+ implementation ' io.openim:core-sdk:3.8.2 @aar'
5054}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ A new Flutter project.
1717 s . dependency 'Flutter'
1818 s . platform = :ios , '11.0'
1919
20- s . dependency 'OpenIMSDKCore' , '3.8.1 '
20+ s . dependency 'OpenIMSDKCore' , '3.8.2 '
2121 s . static_framework = true
2222 s . library = 'resolv'
2323
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
22import 'package:flutter_openim_sdk/flutter_openim_sdk.dart' ;
33
44class OpenIM {
5- static const version = '3.8.1+ 2' ;
5+ static const version = '3.8.2' ;
66
77 static const _channel = MethodChannel ('flutter_openim_sdk' );
88
Original file line number Diff line number Diff line change 11name : flutter_openim_sdk
22description : An instant messaging plug-in that supports Android and IOS. And the server is also all open source.
3- version : 3.8.1+ 2
3+ version : 3.8.2
44homepage : https://www.openim.io
55repository : https://github.com/openimsdk/open-im-sdk-flutter
66
You can’t perform that action at this time.
0 commit comments