no message

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

View File

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

View File

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