no message
This commit is contained in:
parent
9ffe7e4ec7
commit
d97794cf54
@ -69,5 +69,5 @@ android {
|
||||
|
||||
dependencies {
|
||||
//implementation 'com.openim:sdkcore:1.0.15-local'
|
||||
implementation 'com.openim:sdkcore:1.0.16'
|
||||
implementation 'com.openim:sdkcore:1.0.18'
|
||||
}
|
||||
@ -25,7 +25,7 @@ allprojects {
|
||||
repositories {
|
||||
// === 本地 AAR 调试配置 ===
|
||||
// 启用本地调试: 取消下面这行的注释
|
||||
maven { url 'file://' + projectDir.absolutePath + '/local-maven' }
|
||||
// maven { url 'file://' + projectDir.absolutePath + '/local-maven' }
|
||||
// === 本地 AAR 配置结束 ===
|
||||
|
||||
// 3. 优化网络:allprojects 也要加镜像
|
||||
@ -41,11 +41,11 @@ allprojects {
|
||||
// === 强制使用本地 AAR 版本 (调试时取消注释) ===
|
||||
// 注意: 必须配合上面的本地 Maven 仓库一起使用
|
||||
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force 'com.openim:sdkcore:1.0.15-local'
|
||||
}
|
||||
}
|
||||
// configurations.all {
|
||||
// resolutionStrategy {
|
||||
// force 'com.openim:sdkcore:1.0.15-local'
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user