forked from AlmightyHak/extensions-source
15 lines
417 B
Groovy
15 lines
417 B
Groovy
|
ext {
|
||
|
extName = 'LACartoons'
|
||
|
extClass = '.Lacartoons'
|
||
|
extVersionCode = 3
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation(project(':lib:streamwish-extractor'))
|
||
|
implementation(project(':lib:streamhidevid-extractor'))
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
implementation(project(':lib:yourupload-extractor'))
|
||
|
}
|