Draff 8d78ebe12f
Some checks failed
CI / Prepare job (push) Successful in 3s
CI / Build individual modules (push) Failing after 55s
CI / Publish repo (push) Has been skipped
fix other fucky wucky
2024-02-18 20:51:30 +00:00

12 lines
203 B
Groovy

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