Compare commits

...

3 Commits

Author SHA1 Message Date
gem
d97794cf54 no message 2025-11-24 15:05:20 +08:00
gem
9ffe7e4ec7 no message 2025-11-24 14:22:07 +08:00
gem
1d6c53e0ff no message 2025-11-21 12:03:49 +08:00
4 changed files with 14 additions and 14 deletions

View File

@@ -36,10 +36,10 @@ rootProject.allprojects {
// 本地 AAR 调试配置 - 使用 rootProject.projectDir 确保路径正确 // 本地 AAR 调试配置 - 使用 rootProject.projectDir 确保路径正确
// maven { url 'file://' + rootProject.projectDir.absolutePath + '/local-maven' } // maven { url 'file://' + rootProject.projectDir.absolutePath + '/local-maven' }
// maven { maven {
// url 'http://192.168.77.132:8081/repository/mvn2-group' url 'http://192.168.77.132:8081/repository/mvn2-group'
// allowInsecureProtocol true allowInsecureProtocol true
// } }
google() google()
mavenCentral() mavenCentral()
} }
@@ -69,5 +69,5 @@ android {
dependencies { dependencies {
//implementation 'com.openim:sdkcore:1.0.15-local' //implementation 'com.openim:sdkcore:1.0.15-local'
implementation 'com.openim:sdkcore:1.0.16' implementation 'com.openim:sdkcore:1.0.18'
} }

View File

@@ -25,7 +25,7 @@ allprojects {
repositories { repositories {
// === 本地 AAR 调试配置 === // === 本地 AAR 调试配置 ===
// 启用本地调试: 取消下面这行的注释 // 启用本地调试: 取消下面这行的注释
maven { url 'file://' + projectDir.absolutePath + '/local-maven' } // maven { url 'file://' + projectDir.absolutePath + '/local-maven' }
// === 本地 AAR 配置结束 === // === 本地 AAR 配置结束 ===
// 3. 优化网络allprojects 也要加镜像 // 3. 优化网络allprojects 也要加镜像
@@ -41,11 +41,11 @@ allprojects {
// === 强制使用本地 AAR 版本 (调试时取消注释) === // === 强制使用本地 AAR 版本 (调试时取消注释) ===
// 注意: 必须配合上面的本地 Maven 仓库一起使用 // 注意: 必须配合上面的本地 Maven 仓库一起使用
configurations.all { // configurations.all {
resolutionStrategy { // resolutionStrategy {
force 'com.openim:sdkcore:1.0.15-local' // force 'com.openim:sdkcore:1.0.15-local'
} // }
} // }

View File

@@ -100,7 +100,7 @@ class _MyAppState extends State<MyApp> {
.login( .login(
userID: "8bfe13b5eac44e87963652abb91d80d2", userID: "8bfe13b5eac44e87963652abb91d80d2",
token: token:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI4YmZlMTNiNWVhYzQ0ZTg3OTYzNjUyYWJiOTFkODBkMiIsIlBsYXRmb3JtSUQiOjIsImV4cCI6MTc3MTIzNzE1NywiaWF0IjoxNzYzNDYxMTUyfQ.J0WCPoGAJAV8dn8F5vfan0WPn_DOFmc4pg93V7W6VZ0") "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiI4YmZlMTNiNWVhYzQ0ZTg3OTYzNjUyYWJiOTFkODBkMiIsIlBsYXRmb3JtSUQiOjIsImV4cCI6MTc3MTQwNzc2MCwiaWF0IjoxNzYzNjMxNzU1fQ.Da8DBofn085JsQlnSHfDqakH6puabZn7A2NAsUs9FoM")
.then((value) { .then((value) {
_isLoggedIn = true; _isLoggedIn = true;
List<String> list = []; List<String> list = [];

View File

@@ -4,7 +4,7 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'flutter_openim_sdk' s.name = 'flutter_openim_sdk'
s.version = '0.0.12' s.version = '0.0.13'
s.summary = 'A new Flutter project.' s.summary = 'A new Flutter project.'
s.description = <<-DESC s.description = <<-DESC
A new Flutter project. A new Flutter project.
@@ -19,7 +19,7 @@ A new Flutter project.
#s.ios.vendored_frameworks = 'frameworks/*.xcframework' #s.ios.vendored_frameworks = 'frameworks/*.xcframework'
#s.vendored_frameworks = 'frameworks/*.xcframework' #s.vendored_frameworks = 'frameworks/*.xcframework'
s.dependency 'openim_sdk_core_ios','0.12.0' s.dependency 'openim_sdk_core_ios','0.13.0'
s.static_framework = true s.static_framework = true
s.library = 'resolv' s.library = 'resolv'