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