
it seems normal dateFormat doesnt work in some cases(android/device/android lower than 10/other cause)
13 lines
259 B
Groovy
13 lines
259 B
Groovy
apply plugin: 'com.android.application'
|
|
apply plugin: 'kotlin-android'
|
|
|
|
ext {
|
|
extName = 'Webtoons'
|
|
pkgNameSuffix = 'all.webtoons'
|
|
extClass = '.WebtoonsFactory'
|
|
extVersionCode = 22
|
|
libVersion = '1.2'
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|