Draff e91f02af02
All checks were successful
CI / Prepare job (push) Successful in 4s
CI / Build individual modules (push) Successful in 8m11s
CI / Publish repo (push) Successful in 52s
Bump M+ ver
2024-12-14 06:57:49 +00:00

12 lines
203 B
Groovy

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