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