1、删除打包x86架构的配置
2、声网SO不做动态加载 3、美颜so动态加载
This commit is contained in:
@@ -35,13 +35,7 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
/*if (new File("$AGORA_RTC_SDK").exists()) {
|
||||
api fileTree(dir: "${AGORA_RTC_SDK}", include: ['*.jar', '*.aar'])
|
||||
} else {
|
||||
api "$AGORA_RTC_SDK"
|
||||
}*/
|
||||
|
||||
if (rootProject.ext.manifestPlaceholders.isGooglePlay != 0) {
|
||||
/* if (rootProject.ext.manifestPlaceholders.isGooglePlay != 0) {
|
||||
println("isGooglePlayyes " + rootProject.manifestPlaceholders.isGooglePlay)
|
||||
println('应用市场安装包,使用远程依赖声网SDK')
|
||||
api "$AGORA_RTC_SDK"
|
||||
@@ -49,7 +43,8 @@ dependencies {
|
||||
println("isGooglePlay 链接包:>>> " + rootProject.ext.manifestPlaceholders.isGooglePlay)
|
||||
println('链接包,使用本地声网Jar + 下载SO')
|
||||
api files('../libs/agora-rtc-sdk.jar')
|
||||
}
|
||||
}*/
|
||||
api "$AGORA_RTC_SDK"
|
||||
api project(path: ':FaceUnity')
|
||||
api project(path: ':common')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user