RavenProject / ravenwallet-android

MIT License
18 stars 28 forks source link

Replace deprecated Fabric with Firebase Crashlytics #81

Open uhrohraggy opened 3 years ago

uhrohraggy commented 3 years ago

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

uhrohraggy commented 3 years ago

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.