2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
2024-06-23 11:00:51 -03:00
|
|
|
extName = 'Bakashi'
|
|
|
|
extClass = '.Bakashi'
|
2024-06-20 11:54:12 +07:00
|
|
|
themePkg = 'dooplay'
|
2024-06-23 11:00:51 -03:00
|
|
|
baseUrl = 'https://bakashi.tv'
|
2024-08-19 11:12:51 -06:00
|
|
|
overrideVersionCode = 12
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:blogger-extractor"))
|
|
|
|
implementation(project(":lib:filemoon-extractor"))
|
|
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
|
|
implementation(project(":lib:mixdrop-extractor"))
|
|
|
|
implementation(project(":lib:streamtape-extractor"))
|
2024-06-23 11:00:51 -03:00
|
|
|
}
|