集成完直播后提交代码

This commit is contained in:
xuhuixiang
2026-02-06 14:55:21 +08:00
commit ea9ffa06ff
960 changed files with 75063 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar'])
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.1.0'
implementation externalAndroidMultiDex
implementation externalARouter
implementation project(':LiveBasic:live_push')
implementation project(':LiveBasic:live_pull')
implementation project(':LiveBasic:live_pull_rts')
implementation project(':LiveBasic:live_screencap')
implementation project(':LiveInteractive:live_pk')
implementation project(':LiveInteractive:live_interactive')
implementation project(':LiveInteractive:live_barestream')
annotationProcessor externalARouterCompiler
}