nicki 26770629cb
MangaPlus: add new label DX (#9977)
* add new label "DX" to M+

currently only includes one title (100535)

* bump ext version
2025-10-02 23:57:33 +01:00

12 lines
203 B
Groovy

ext {
extName = 'MANGA Plus by SHUEISHA'
extClass = '.MangaPlusFactory'
extVersionCode = 55
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:i18n"))
}