ext {
    extName = 'Ghost Scan'
    extClass = '.GhostScan'
    themePkg = 'madara'
    baseUrl = 'https://ghostscan.com.br'
    overrideVersionCode = 0
    isNsfw = true
}

apply from: "$rootDir/common.gradle"