From 94dbb237e8710bcc67f053a35077e223e020388e Mon Sep 17 00:00:00 2001 From: geeksville Date: Thu, 5 Mar 2020 13:37:06 -0800 Subject: [PATCH] update build tool --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 021d68116..c40721560 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,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-beta01' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta02' // protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.11'