Firebase crashlytics data not showing up in dashbord even after a day crashlytics was integrated to android app
问题 I added firebase crashlytics to my android app about a day ago. But I still see following getting started guide on the crashlytics page of the firebase console. Following is my git diff for adding crashlytics. project level gradle file: @@ -5,10 +5,12 @@ buildscript { repositories { jcenter() google() + maven { url 'https://maven.fabric.io/public' } } dependencies { classpath 'com.android.tools.build:gradle:3.5.1' - classpath 'com.google.gms:google-services:4.3.0' + classpath 'com.google.gms