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

11 lines
232 B
Groovy

ext {
extName = 'Temaki mangás'
extClass = '.TemakiMangas'
themePkg = 'zeistmanga'
baseUrl = 'https://temakimangas.blogspot.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"