equal
deleted
inserted
replaced
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 |