2024-08-13 12:48:00 -06:00
|
|
|
ext {
|
|
|
|
extName = 'VerAnimes'
|
|
|
|
extClass = '.VerAnimes'
|
2024-08-19 11:12:51 -06:00
|
|
|
extVersionCode = 2
|
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'))
|
|
|
|
}
|