2024-08-13 12:48:00 -06:00
|
|
|
ext {
|
|
|
|
extName = 'VerAnimes'
|
|
|
|
extClass = '.VerAnimes'
|
2025-01-09 11:35:14 +00:00
|
|
|
extVersionCode = 4
|
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
|
|
|
}
|