* Add WeebDex * fixes and add scanlator info * add placeholder icons * Refactoring with reviewed changes * minor refactoring to fix build * Url and Chapter title fixes fix: Add manga URL correctly. feat: Improve chapter title format by including volume and chapter numbers, and a "Oneshot" fallback. fix: An issue where oneshot chapters show Chapter null * Remove extraneous json field
8 lines
136 B
Groovy
8 lines
136 B
Groovy
ext {
|
|
extName = 'WeebDex'
|
|
extClass = '.WeebDex'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
apply from: "$rootDir/common.gradle"
|