forked from AlmightyHak/extensions-source
17 lines
567 B
Groovy
17 lines
567 B
Groovy
![]() |
ext {
|
||
|
extName = 'MhdFlix'
|
||
|
extClass = '.MhdFlix'
|
||
|
extVersionCode = 5
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
dependencies {
|
||
|
implementation(project(':lib:vidhide-extractor'))
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
implementation(project(':lib:streamwish-extractor'))
|
||
|
implementation(project(':lib:streamtape-extractor'))
|
||
|
implementation(project(':lib:uqload-extractor'))
|
||
|
implementation(project(':lib:mixdrop-extractor'))
|
||
|
implementation(project(':lib:universal-extractor'))
|
||
|
}
|