ext { extName = 'Dm5' extClass = '.Dm5' extVersionCode = 2 isNsfw = true } apply from: "$rootDir/common.gradle" dependencies { implementation(project(':lib:unpacker')) }