Ananda Umamil 0fae25ac43
fix(Madara): preserve the capitalization of tags and genres (#10353)
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2025-10-02 23:59:08 +01:00

11 lines
140 B
Plaintext

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