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