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
13 lines
307 B
Groovy
13 lines
307 B
Groovy
ext {
|
|
extName = 'TioanimeH'
|
|
extClass = '.TioanimeHFactory'
|
|
extVersionCode = 18
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:yourupload-extractor'))
|
|
implementation(project(':lib:okru-extractor'))
|
|
implementation(project(':lib:voe-extractor'))
|
|
}
|