9 lines
143 B
Groovy
9 lines
143 B
Groovy
ext {
|
|
extName = 'Galaxy'
|
|
extClass = '.GalaxyFactory'
|
|
extVersionCode = 4
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|