9 lines
184 B
Groovy
9 lines
184 B
Groovy
ext {
|
|
extName = 'Dragon Ball Multiverse'
|
|
pkgNameSuffix = 'all.dragonballmultiverse'
|
|
extClass = '.DbMFactory'
|
|
extVersionCode = 6
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|