2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'ANIMEWORLD.tv'
|
|
|
|
extClass = '.ANIMEWORLD'
|
2025-01-26 19:27:38 +00:00
|
|
|
extVersionCode = 44
|
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'))
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2025-01-25 01:29:14 +01:00
|
|
|
}
|