forked from AlmightyHak/extensions-source
17 lines
502 B
Groovy
17 lines
502 B
Groovy
|
ext {
|
||
|
extName = 'AnimeOnline.Ninja'
|
||
|
extClass = '.AnimeOnlineNinja'
|
||
|
themePkg = 'dooplay'
|
||
|
baseUrl = 'https://ww3.animeonline.ninja'
|
||
|
overrideVersionCode = 38
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:streamtape-extractor'))
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
implementation(project(':lib:filemoon-extractor'))
|
||
|
implementation(project(':lib:mixdrop-extractor'))
|
||
|
implementation(project(':lib:uqload-extractor'))
|
||
|
}
|