2024-06-23 11:00:51 -03:00
|
|
|
ext {
|
|
|
|
extName = 'Pobreflix'
|
|
|
|
extClass = '.Pobreflix'
|
|
|
|
themePkg = 'dooplay'
|
2024-10-17 16:37:52 -03:00
|
|
|
baseUrl = 'https://pobreflix.global'
|
2025-02-14 23:08:21 +00:00
|
|
|
overrideVersionCode = 18
|
2024-06-23 11:00:51 -03:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:filemoon-extractor"))
|
Merged with dark25 (#636)
* merge
merged lib, lib-multisrc, all, ar, de, en, es, fr, hi, id, it, pt, tr src from dark25
* patch
2025-02-10 15:41:59 +07:00
|
|
|
implementation(project(':lib:fireplayer-extractor'))
|
2024-06-23 11:00:51 -03:00
|
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
|
|
implementation(project(":lib:streamtape-extractor"))
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-23 11:00:51 -03:00
|
|
|
}
|