
* MangaSwat: update domain closes #4543 * HattoriManga: update domain closes #4541 * bump * jiangzaitoon: update domain closes #4537 * fleurblanche: update domain
11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Jiangzaitoon'
|
|
extClass = '.Jiangzaitoon'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://jiangzaitoon.pro'
|
|
overrideVersionCode = 6
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|