2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
2024-12-19 18:06:23 -03:00
|
|
|
extName = 'Q1N'
|
|
|
|
extClass = '.Q1N'
|
2024-06-20 11:54:12 +07:00
|
|
|
themePkg = 'dooplay'
|
2024-12-19 18:06:23 -03:00
|
|
|
baseUrl = 'https://q1n.net'
|
2025-01-09 11:35:14 +00:00
|
|
|
overrideVersionCode = 16
|
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
|
|
|
}
|