2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'ANIMEWORLD.tv'
|
|
|
|
extClass = '.ANIMEWORLD'
|
2024-07-10 06:25:29 +02:00
|
|
|
extVersionCode = 39
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|