ext {
    extName = 'DeviantArt'
    extClass = '.DeviantArt'
    extVersionCode = 7
    isNsfw = true
}

apply from: "$rootDir/common.gradle"