mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
ebd27e5fa8
* WPComics: Add `monthWords` and `yearWords` * Simplified month & year
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 6
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|