From 84e3ff9c3fb00744de8bb308af9298465e11ff71 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 5 Apr 2020 12:56:57 -0700 Subject: [PATCH] update crashlytics --- app/build.gradle | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 828b773de..856d5e645 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index ee34f2059..5a09e6718 100644 --- a/build.gradle +++ b/build.gradle @@ -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'