优化
This commit is contained in:
+4
-1
@@ -3,6 +3,7 @@ apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-parcelize'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'de.timfreiheit.resourceplaceholders'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply from: 'download.gradle'
|
||||
|
||||
static def releaseTime() {
|
||||
@@ -150,7 +151,9 @@ dependencies {
|
||||
implementation('com.google.code.gson:gson:2.8.9')
|
||||
implementation('androidx.webkit:webkit:1.4.0')
|
||||
|
||||
implementation('com.jakewharton.timber:timber:5.0.1')
|
||||
//firebase
|
||||
implementation platform('com.google.firebase:firebase-bom:29.1.0')
|
||||
implementation 'com.google.firebase:firebase-analytics-ktx'
|
||||
|
||||
//media
|
||||
implementation("androidx.media:media:1.5.0")
|
||||
|
||||
Reference in New Issue
Block a user