-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comicextra: Fixes and Update Filters (#6894)
* 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 <[email protected]> * 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 <[email protected]> --------- Co-authored-by: AwkwardPeak7 <[email protected]>
- Loading branch information
1 parent
94d7b47
commit b7032b2
Showing
2 changed files
with
129 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ext { | ||
extName = 'ComicExtra' | ||
extClass = '.ComicExtra' | ||
extVersionCode = 16 | ||
extVersionCode = 17 | ||
} | ||
|
||
apply from: "$rootDir/common.gradle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters