Chopper 6fa43de2c5
MTL: Improves readability (#7682)
* Improves readability

* Update settings messages
2025-02-23 21:31:15 +00:00

10 lines
104 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 4
dependencies {
api(project(":lib:i18n"))
}