2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AnimeOnline.Ninja'
|
|
|
|
extClass = '.AnimeOnlineNinja'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://ww3.animeonline.ninja'
|
2024-07-19 10:23:47 +01:00
|
|
|
overrideVersionCode = 39
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
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'))
|
2024-07-19 10:23:47 +01:00
|
|
|
}
|