
* YuriNeko Update domain and rewrite to overwrite correct domain * TruyenVN update domain * HentaiVNPlus update domain * YuriNeko Use wholeText() * TeamLanhLung update domain * LxHentai update domain * Yurineko Revert code and apply suggestion * LxHentai use wholeText()
9 lines
139 B
Groovy
9 lines
139 B
Groovy
ext {
|
|
extName = 'YuriNeko'
|
|
extClass = '.YuriNeko'
|
|
extVersionCode = 7
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|