2017-10-22 17:18:43 +00:00
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'kotlin-android'
|
|
|
|
|
|
|
|
ext {
|
2020-06-26 02:34:34 +00:00
|
|
|
extName = 'BlogTruyen'
|
2018-08-05 19:51:58 +00:00
|
|
|
pkgNameSuffix = 'vi.blogtruyen'
|
2019-03-20 18:37:56 +00:00
|
|
|
extClass = '.BlogTruyen'
|
2020-04-02 02:41:00 +00:00
|
|
|
extVersionCode = 8
|
2018-06-12 21:49:20 +00:00
|
|
|
libVersion = '1.2'
|
2017-10-22 17:18:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|