forked from AlmightyHak/extensions-source
15 lines
365 B
Groovy
15 lines
365 B
Groovy
|
ext {
|
||
|
extName = 'Myanime'
|
||
|
extClass = '.Myanime'
|
||
|
extVersionCode = 6
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
implementation(project(':lib:gdriveplayer-extractor'))
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||
|
}
|