2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AllAnimeChi'
|
|
|
|
extClass = '.AllAnimeChi'
|
2025-05-03 13:55:17 +00:00
|
|
|
extVersionCode = 14
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:gogostream-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:streamlare-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
|
|
|
}
|