2025-02-23 21:26:49 +00:00

9 lines
146 B
Groovy

ext {
extName = 'Weeb Central'
extClass = '.WeebCentral'
extVersionCode = 9
isNsfw = true
}
apply from: "$rootDir/common.gradle"