no message

This commit is contained in:
gem
2025-11-24 15:05:20 +08:00
parent 9ffe7e4ec7
commit 76ac25767a
2 changed files with 7 additions and 7 deletions

View File

@@ -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'
} // }
} // }