forked from AlmightyHak/extensions-source

* fix(src): Multiple updates Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.) * Fix(lib/ChillxExtractor) Closes #153
16 lines
No EOL
459 B
Groovy
16 lines
No EOL
459 B
Groovy
ext {
|
|
extName = 'asia2tv'
|
|
extClass = '.Asia2TV'
|
|
extVersionCode = 19
|
|
}
|
|
|
|
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'))
|
|
} |