2017-01-21 16:55:27 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'ReadMangaToday'
|
2018-08-05 19:51:58 +00:00
|
|
|
pkgNameSuffix = 'en.readmangatoday'
|
2017-01-21 16:55:27 +00:00
|
|
|
extClass = '.Readmangatoday'
|
2020-04-17 20:58:39 +00:00
|
|
|
extVersionCode = 9
|
2017-01-21 16:55:27 +00:00
|
|
|
}
|
|
|
|
|
2017-02-25 15:51:30 +00:00
|
|
|
apply from: "$rootDir/common.gradle"
|