apply plugin: 'com.android.application' apply plugin: 'kotlin-android' ext { extName = 'FMReader (multiple aggregators)' pkgNameSuffix = 'all.fmreader' extClass = '.FMReaderFactory' extVersionCode = 25 libVersion = '1.2' containsNsfw = true } apply from: "$rootDir/common.gradle"