2020-06-07 03:47:32 -04:00

13 lines
302 B
Groovy

apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
ext {
appName = 'Tachiyomi: My Manga Reader CMS (Many sources)'
pkgNameSuffix = 'all.mmrcms'
extClass = '.MyMangaReaderCMSSources'
extVersionCode = 42
libVersion = '1.2'
}
apply from: "$rootDir/common.gradle"