
* Fix: Improve date parsing for ReaperScans, StarboundScans, and other Keyoapp sites & fix wrong dates time * Update version codes * Update lib-multisrc/keyoapp/src/eu/kanade/tachiyomi/multisrc/keyoapp/Keyoapp.kt CamelCase Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com> * Fix: Downgrade override version codes for ReaperScans and StarboundScans * Fix: Standardize date selector variable naming * Fix: Correct date format in AstralManga extension * Fix: enhance relative date parsing & add support for french * Revert Madara file for another PR and update astralmanga version --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 12
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|