2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'ANIMEWORLD.tv'
|
|
|
|
extClass = '.ANIMEWORLD'
|
2025-01-18 22:42:08 +00:00
|
|
|
extVersionCode = 41
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
2024-10-05 02:03:28 +02:00
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
|
|
implementation(project(':lib:vidguard-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|