11 lines
232 B
Groovy
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"
|