11 lines
220 B
Groovy
11 lines
220 B
Groovy
ext {
|
|
extName = 'Fansubs.cat'
|
|
extClass = '.FansubsCat'
|
|
themePkg = 'fansubscat'
|
|
baseUrl = 'https://manga.fansubs.cat'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|