update crashlytics

pull/12/head
geeksville 2020-04-05 12:56:57 -07:00
rodzic a39f15c6c5
commit 84e3ff9c3f
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -113,7 +113,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-auth:17.0.0'
// Add the Firebase SDK for Crashlytics.
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta01'
implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta03'
// alas implementation bug deep in the bowels when I tried it for my SyncBluetoothDevice class
// implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3"

Wyświetl plik

@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.3.61'
ext.compose_version = '0.1.0-dev07'
ext.coroutines_version = "1.3.5"
repositories {
google()
jcenter()
@ -20,7 +20,7 @@ buildscript {
// Check that you have the Google Services Gradle plugin v4.3.2 or later
// (if not, add it).
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta02'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta03'
// protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.11'