2024-08-13 12:48:00 -06:00
|
|
|
ext {
|
|
|
|
extName = 'VerAnimes'
|
|
|
|
extClass = '.VerAnimes'
|
2025-01-18 22:42:08 +00:00
|
|
|
extVersionCode = 5
|
2024-08-13 12:48:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:yourupload-extractor'))
|
2024-09-14 06:53:22 -06:00
|
|
|
implementation(project(':lib:vidguard-extractor'))
|
2024-08-13 12:48:00 -06:00
|
|
|
}
|