This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
keiyoushi-extensions-source
Watch
1
Star
0
Fork
0
You've already forked keiyoushi-extensions-source
mirror of
https://github.com/keiyoushi/extensions-source.git
synced
2024-11-22 02:12:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
keiyoushi-extensions-source
/
lib-multisrc
/
wpcomics
/
build.gradle.kts
10 lines
104 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Migrate to lib-multisrc (#1237) * adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
2024-02-13 22:43:41 +01:00
plugins {
id("lib-multisrc")
}
WPComics: Add `monthWords` and `yearWords` (#3477) * WPComics: Add `monthWords` and `yearWords` * Simplified month & year
2024-06-10 14:53:50 +02:00
baseVersionCode = 6
WPComics update & add new sources (#1909) * remove non-relevant query * WPComics: query for genres instead of hard-code * language assets to support dual-lang * update XoxoComics, Nhattruyen, Nettruyen to support updated WPComics * remove unused status * JManga with new WPComics * Fix JManga NextPageSelector * Allow override some more methods * correct jmanga's location * remove redundant XoxoComics override * Get alternative name and JManga's description * add sources: - NetTruyenX - NhatTruyenS - NetTruyenCO * revert format changes * Update NetTruyen to latest domain * Minor changes: - Named parameters; - intl, lazy; * Remove NetTruyen’s replaceSearchPath. It’s not necessary * remove the japanese’s mtl * remove hard-code user-agent * remove some unnecessary named parameters * Use super.headersBuilder & fix Referer * remove redundant import
2024-03-19 17:06:03 +01:00
dependencies {
api(project(":lib:i18n"))
}
Reference in New Issue
Copy Permalink