9 lines
137 B
Groovy
9 lines
137 B
Groovy
ext {
|
|
extName = 'MomonGA'
|
|
extClass = '.MomonGA'
|
|
extVersionCode = 1
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|