Riztard Lanthorn 4f36aef73d
revert removed harcode date-parse (#4994)
it seems normal dateFormat doesnt work in some cases(android/device/android lower than 10/other cause)
2020-12-02 07:42:18 -05:00

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"