9 lines
142 B
Groovy
9 lines
142 B
Groovy
ext {
|
|
extName = "Manhwa XXL"
|
|
extClass = ".ManhwaXXL"
|
|
extVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|