parent
6071dcfc85
commit
3e7022d2bd
2 changed files with 28 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Megaflix'
|
||||
extClass = '.Megaflix'
|
||||
extVersionCode = 17
|
||||
extVersionCode = 18
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -10,6 +10,10 @@ apply from: "$rootDir/common.gradle"
|
|||
dependencies {
|
||||
implementation(project(':lib:mixdrop-extractor'))
|
||||
implementation(project(":lib:streamtape-extractor"))
|
||||
implementation(project(":lib:voe-extractor"))
|
||||
implementation(project(":lib:filemoon-extractor"))
|
||||
implementation(project(":lib:vidhide-extractor"))
|
||||
implementation(project(":lib:streamwish-extractor"))
|
||||
implementation(project(":lib:playlist-utils"))
|
||||
// for mixdrop and megaflix
|
||||
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue