
* Add TuManhwas * Add icons * Add isNsfw * Fix manga title * Move to ParsedHttpSource * Add chapter date * Move imgSrc to function * Remove extra map * Move regex to companion object * Refactoring latestUpdatesFromElement
9 lines
141 B
Groovy
9 lines
141 B
Groovy
ext {
|
|
extName = 'TuManhwas'
|
|
extClass = '.TuManhwas'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|