ext { extName = 'buttsmithy' extClass = '.Buttsmithy' extVersionCode = 4 isNsfw = true } apply from: "$rootDir/common.gradle" dependencies { implementation(project(':lib:textinterceptor')) }