9 lines
146 B
Groovy
9 lines
146 B
Groovy
ext {
|
|
extName = 'Weeb Central'
|
|
extClass = '.WeebCentral'
|
|
extVersionCode = 9
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|