
* Comicextra: Fixes and Update Filters Filter updates - Add status filter (ongoing, completed) - Search types can now be combined * Update latest title selector Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * remove latest update thumbnail * update parsers * update date parsing * remove non-null assert in date * remove LEOMACS filter * update parsers * update urlEl Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
8 lines
126 B
Groovy
8 lines
126 B
Groovy
ext {
|
|
extName = 'ComicExtra'
|
|
extClass = '.ComicExtra'
|
|
extVersionCode = 17
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|