2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Vizer.tv'
|
|
|
|
extClass = '.Vizer'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 16
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
}
|