2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Anizm'
|
|
|
|
extClass = '.Anizm'
|
2024-08-19 11:12:51 -06:00
|
|
|
extVersionCode = 22
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
implementation(project(":lib:dood-extractor"))
|
|
|
|
implementation(project(":lib:filemoon-extractor"))
|
|
|
|
implementation(project(":lib:gdriveplayer-extractor"))
|
|
|
|
implementation(project(":lib:mp4upload-extractor"))
|
|
|
|
implementation(project(":lib:okru-extractor"))
|
|
|
|
implementation(project(":lib:sendvid-extractor"))
|
|
|
|
implementation(project(":lib:sibnet-extractor"))
|
|
|
|
implementation(project(":lib:streamtape-extractor"))
|
|
|
|
implementation(project(':lib:uqload-extractor'))
|
|
|
|
implementation(project(":lib:voe-extractor"))
|
|
|
|
implementation(project(":lib:yourupload-extractor"))
|
2024-06-23 11:00:51 -03:00
|
|
|
}
|