forked from AlmightyHak/extensions-source
16 lines
410 B
Groovy
16 lines
410 B
Groovy
ext {
|
|
extName = 'Vizer.tv'
|
|
extClass = '.Vizer'
|
|
extVersionCode = 24
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:fireplayer-extractor'))
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
implementation(project(':lib:playlist-utils'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(libs.jsunpacker)
|
|
}
|