降低声网SDK版本,处理雷电模拟器闪退问题

This commit is contained in:
2024-05-31 18:01:22 +08:00
parent b0c5d44d1c
commit 07f97fefdb
2 changed files with 5 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ task clean(type: Delete) {
ext {
IS_PUBLISH_LOCAL=true
LIB_VERSION="1.0.6"
// AGORA_RTC_SDK="io.agora.rtc:agora-special-full:4.1.1.28"
AGORA_RTC_SDK= 'io.agora.rtc:agora-special-full:4.1.1.28'
// AGORA_RTC_SDK= "${rootProject.rootDir.absolutePath}/sdk"
AGORA_RTC_SDK="io.agora.rtc:full-sdk:4.2.6"
// AGORA_RTC_SDK="io.agora.rtc:full-sdk:4.2.6"
}