15 lines
362 B
Groovy
15 lines
362 B
Groovy
|
ext {
|
||
|
extName = 'Wbijam'
|
||
|
extClass = '.Wbijam'
|
||
|
extVersionCode = 4
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
implementation(project(':lib:mp4upload-extractor'))
|
||
|
implementation(project(':lib:sibnet-extractor'))
|
||
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||
|
}
|