1、声网jar + 下载so开发 1

This commit is contained in:
laopi
2024-09-02 18:32:06 +08:00
parent 32257ce5a0
commit f5d8b7fed1
6 changed files with 234 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ android {
}
dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
@@ -51,8 +50,6 @@ dependencies {
println('链接包使用本地声网Jar + 下载SO')
api files('../libs/agora-rtc-sdk.jar')
}
api files('../libs/agora-rtc-sdk.jar')
api project(path: ':FaceUnity')
api project(path: ':common')
}