geekdroid-firebase/build.gradle.kts
changeset 39 0559eab9f132
parent 35 626c1ea36cb9
child 40 784d78097273
equal deleted inserted replaced
38:fcb827ae21db 39:0559eab9f132
    49     api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
    49     api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
    50     api("org.jetbrains.kotlinx:kotlinx-coroutines-play-services")
    50     api("org.jetbrains.kotlinx:kotlinx-coroutines-play-services")
    51 
    51 
    52     implementation("com.jakewharton.timber:timber:5.0.1")
    52     implementation("com.jakewharton.timber:timber:5.0.1")
    53 
    53 
    54     implementation("com.google.firebase:firebase-crashlytics:18.3.2")
    54     implementation("com.google.firebase:firebase-crashlytics:18.3.5")
    55 
    55 
    56     api("com.google.firebase:firebase-firestore-ktx:24.4.1")
    56     api("com.google.firebase:firebase-firestore-ktx:24.4.3")
    57     implementation("com.google.firebase:firebase-auth:21.1.0")
    57     implementation("com.google.firebase:firebase-auth:21.1.0")
    58 
    58 
    59     // not firebase but they often work together so here we are
    59     // not firebase but they often work together so here we are
    60     implementation("com.google.android.gms:play-services-location:21.0.1")
    60     implementation("com.google.android.gms:play-services-location:21.0.1")
    61 
    61