bapeey ac57f5e3dd
All checks were successful
CI / Prepare job (push) Successful in 6s
CI / Build individual modules (push) Successful in 7m23s
CI / Publish repo (push) Successful in 44s
SenshiManga: Update domain (#4251)
update domain
2024-07-26 23:35:09 +01:00

9 lines
147 B
Groovy

ext {
extName = 'Senshi Manga'
extClass = '.SenshiManga'
extVersionCode = 5
isNsfw = false
}
apply from: "$rootDir/common.gradle"