2024-07-26 23:35:04 +01:00

9 lines
143 B
Groovy

ext {
extName = 'Galaxy'
extClass = '.GalaxyFactory'
extVersionCode = 4
isNsfw = false
}
apply from: "$rootDir/common.gradle"