forked from AlmightyHak/extensions-source
17 lines
531 B
Groovy
17 lines
531 B
Groovy
![]() |
ext {
|
||
|
extName = 'AnimeBum'
|
||
|
extClass = '.AnimeBum'
|
||
|
extVersionCode = 4
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation(project(':lib:streamwish-extractor'))
|
||
|
implementation(project(':lib:universal-extractor'))
|
||
|
implementation(project(':lib:streamhidevid-extractor'))
|
||
|
implementation(project(':lib:vidguard-extractor'))
|
||
|
implementation(project(':lib:filemoon-extractor'))
|
||
|
implementation(project(':lib:gdriveplayer-extractor'))
|
||
|
}
|