2025-03-27 00:02:28 +00:00

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"