|
|
|
@ -3,7 +3,6 @@ apply plugin: 'kotlin-android' |
|
|
|
|
apply plugin: 'kotlin-parcelize' |
|
|
|
|
apply plugin: 'kotlin-kapt' |
|
|
|
|
apply plugin: 'de.timfreiheit.resourceplaceholders' |
|
|
|
|
apply plugin: 'com.google.firebase.crashlytics' |
|
|
|
|
|
|
|
|
|
static def releaseTime() { |
|
|
|
|
return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8")) |
|
|
|
@ -121,10 +120,6 @@ dependencies { |
|
|
|
|
//kotlin |
|
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" |
|
|
|
|
|
|
|
|
|
//fireBase |
|
|
|
|
implementation 'com.google.firebase:firebase-analytics-ktx:18.0.0' |
|
|
|
|
implementation 'com.google.firebase:firebase-crashlytics-ktx:17.3.0' |
|
|
|
|
|
|
|
|
|
//androidX |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0' |
|
|
|
|
implementation 'androidx.core:core-ktx:1.3.2' |
|
|
|
@ -212,6 +207,4 @@ dependencies { |
|
|
|
|
//转换繁体 |
|
|
|
|
implementation 'com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core:0.1.3' |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
apply plugin: 'com.google.gms.google-services' |
|
|
|
|
} |