14 lines
306 B
Groovy

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