18 lines
721 B
Groovy
18 lines
721 B
Groovy
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
|
|
} |