forked from AlmightyHak/extensions-source
16 lines
459 B
Groovy
16 lines
459 B
Groovy
|
ext {
|
||
|
extName = 'asia2tv'
|
||
|
extClass = '.Asia2TV'
|
||
|
extVersionCode = 17
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation(project(':lib:streamtape-extractor'))
|
||
|
implementation(project(':lib:streamwish-extractor'))
|
||
|
implementation(project(':lib:uqload-extractor'))
|
||
|
implementation(project(':lib:vidbom-extractor'))
|
||
|
}
|