添加低延迟追帧功能及相关配置,优化音频首帧渲染监听

This commit is contained in:
2026-01-12 04:55:45 +08:00
parent e68b13e0c2
commit eb0c23c11b
2 changed files with 1 additions and 1 deletions

View File

@@ -18,10 +18,10 @@ dependencyResolutionManagement {
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
// Local AARs for the demo or the SDK when present // Local AARs for the demo or the SDK when present
flatDir { flatDir {
dirs file('example/libs')
if (hasLocalSdk) { if (hasLocalSdk) {
dirs sdkDir.toPath().resolve('libs').toFile() dirs sdkDir.toPath().resolve('libs').toFile()
} }
dirs file('example/libs')
} }
} }
} }