集成完直播后提交代码
This commit is contained in:
18
LiveApp/dependencies.gradle
Normal file
18
LiveApp/dependencies.gradle
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user