update crashlytics

This commit is contained in:
geeksville
2020-04-05 12:56:57 -07:00
parent a39f15c6c5
commit 84e3ff9c3f
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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'