
* Update domain and update mangaDetailsParse (title & genre & author) * update bump version
9 lines
140 B
Groovy
9 lines
140 B
Groovy
ext {
|
|
extName = 'LXHentai'
|
|
extClass = '.LxHentai'
|
|
extVersionCode = 11
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|