2024-06-23 11:00:51 -03:00
|
|
|
ext {
|
|
|
|
extName = 'Pobreflix'
|
|
|
|
extClass = '.Pobreflix'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://pobreflix1.art'
|
2024-08-18 19:25:45 -06:00
|
|
|
overrideVersionCode = 10
|
2024-06-23 11:00:51 -03:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:filemoon-extractor"))
|
|
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
|
|
implementation(project(":lib:streamtape-extractor"))
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|