8 lines
138 B
Groovy
8 lines
138 B
Groovy
ext {
|
|
extName = 'Gunnerkrigg Court'
|
|
extClass = '.GunnerkriggCourt'
|
|
extVersionCode = 2
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|