ravenwallet-android
ravenwallet-android copied to clipboard
Replace deprecated Fabric with Firebase Crashlytics
remove deprecated Crashlytics and Fabric dependencies; replace with Firebase Crashlytics per https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android#java
Addresses Issue https://github.com/RavenProject/ravenwallet-android/issues/80
FYI I did leave the Fabric API key (io.fabric.ApiKey
) that is hardcoded in the AndroidManifest.xml. I assumed that could be removed as well but am not sure, will leave to reviewer with more experience.