|
|
@ -1,15 +1,10 @@ |
|
|
|
apply plugin: 'com.android.application' |
|
|
|
apply plugin: 'com.android.application' |
|
|
|
apply plugin: 'kotlin-android' |
|
|
|
apply plugin: 'kotlin-android' |
|
|
|
//apply plugin: 'kotlin-android-extensions' |
|
|
|
|
|
|
|
apply plugin: 'kotlin-parcelize' |
|
|
|
apply plugin: 'kotlin-parcelize' |
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
apply plugin: 'de.timfreiheit.resourceplaceholders' |
|
|
|
apply plugin: 'de.timfreiheit.resourceplaceholders' |
|
|
|
apply plugin: 'com.google.firebase.crashlytics' |
|
|
|
apply plugin: 'com.google.firebase.crashlytics' |
|
|
|
|
|
|
|
|
|
|
|
//androidExtensions { |
|
|
|
|
|
|
|
// experimental = true |
|
|
|
|
|
|
|
//} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static def releaseTime() { |
|
|
|
static def releaseTime() { |
|
|
|
return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8")) |
|
|
|
return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8")) |
|
|
|
} |
|
|
|
} |
|
|
|