
* Fix chapter not found for Suwayomi user * Update changes by vetleledaal * Fix build * Revert old code URL, because code new URL doesn't work * Update url * make thumbnail optional * use .absUrl() where possible --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
9 lines
146 B
Groovy
9 lines
146 B
Groovy
ext {
|
|
extName = 'Hennojin'
|
|
extClass = '.HennojinFactory'
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|