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