ext {
    extName = 'MangaSaki'
    extClass = '.MangaSaki'
    extVersionCode = 1
    isNsfw = true
}

apply from: "$rootDir/common.gradle"