16 lines
461 B
Groovy
16 lines
461 B
Groovy
ext {
|
|
extName = 'Moflix-Stream'
|
|
extClass = '.MoflixStream'
|
|
extVersionCode = 15
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:streamvid-extractor'))
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:vidguard-extractor'))
|
|
implementation(project(':lib:playlist-utils'))
|
|
implementation(libs.jsunpacker)
|
|
}
|