2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AllAnimeChi'
|
|
|
|
extClass = '.AllAnimeChi'
|
2024-08-19 11:12:51 -06:00
|
|
|
extVersionCode = 8
|
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'))
|
|
|
|
}
|