add[声望升级-接入美颜]

This commit is contained in:
Martin
2024-04-18 09:47:38 +08:00
parent 0db8eefbe6
commit 583740e866
41 changed files with 3303 additions and 1920 deletions

View File

@@ -52,4 +52,10 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
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= "${rootProject.rootDir.absolutePath}/sdk"
AGORA_RTC_SDK="io.agora.rtc:full-sdk:4.2.6"
}