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