2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Pi Fansubs'
|
|
|
|
extClass = '.PiFansubs'
|
|
|
|
themePkg = 'dooplay'
|
|
|
|
baseUrl = 'https://pifansubs.club'
|
2025-01-26 19:27:38 +00:00
|
|
|
overrideVersionCode = 20
|
2024-06-20 11:54:12 +07:00
|
|
|
isNsfw = true
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
|
|
}
|