9 lines
142 B
Groovy

ext {
extName = 'Scan-Manga'
extClass = '.ScanManga'
extVersionCode = 8
isNsfw = true
}
apply from: "$rootDir/common.gradle"