2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AllAnime'
|
|
|
|
extClass = '.AllAnime'
|
2025-01-09 11:35:14 +00:00
|
|
|
extVersionCode = 33
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamlare-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:gogostream-extractor'))
|
2024-09-06 06:15:37 -06:00
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|