diff --git a/android/build.gradle b/android/build.gradle index 89a57ee..c9610a7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } \ No newline at end of file diff --git a/example/android/build.gradle b/example/android/build.gradle index 78e12cd..7dcb499 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -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' +// } +// }