14 lines
No EOL
289 B
Groovy
14 lines
No EOL
289 B
Groovy
ext {
|
|
extName = 'Pi Fansubs'
|
|
extClass = '.PiFansubs'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://pifansubs.club'
|
|
overrideVersionCode = 20
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:streamhidevid-extractor'))
|
|
} |