8 lines
131 B
Groovy
8 lines
131 B
Groovy
ext {
|
|
extName = 'LANraragi'
|
|
extClass = '.LANraragiFactory'
|
|
extVersionCode = 15
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|