-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Happymh: Fix chapter list parsing (#6572)
* Happymh: Fix chapter list parsing * Update src/zh/happymh/src/eu/kanade/tachiyomi/extension/zh/happymh/Happymh.kt Co-authored-by: AwkwardPeak7 <[email protected]> --------- Co-authored-by: AwkwardPeak7 <[email protected]>
- Loading branch information
1 parent
ef02512
commit 26d291b
Showing
3 changed files
with
79 additions
and
23 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 = 'Happymh' | ||
extClass = '.Happymh' | ||
extVersionCode = 14 | ||
extVersionCode = 15 | ||
} | ||
|
||
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
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