2025-10-02 23:59:04 +01:00

13 lines
207 B
Groovy

ext {
extName = 'MangaDex'
extClass = '.MangaDexFactory'
extVersionCode = 204
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:i18n"))
}