My Android project is currently using Firebase Crashlytics. I would like to use Fabric Crashlytics.
I have tried following steps from here, but it is not reporting any crash.
I have also removed this line from app gradle:
implementation "com.google.firebase:firebase-crash:x.y.z"
Any solution to this would be much appreciated. Thank you.
In case you want to know the reason behind this migration decision, please refer to this SO question.