* Add ColoredManga - Weird site, very hard to fetch * Remove unused dependecy * Apply suggestions, Better chapter name - Apply AwkwardPeak's suggestions - Remove genre list * Appy suggestions, thumbnail fix, chapter name fix - Apply AwkwardPeak's suggestions - Thumbnail url might change ( Example: Kuroko's Basketball ) - Chapter name removing all zeros before number fix ( Example: Chapter 001 -> Chapter 1, but Chapter 106 -> Chapter 16 ) * Update build.gradle Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Increase versionId --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
9 lines
155 B
Groovy
9 lines
155 B
Groovy
ext {
|
|
extName = 'ColoredManga'
|
|
extClass = '.ColoredManga'
|
|
extVersionCode = 3
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|