openedx-unsupported/edx-app-android

Crashlytics initialize Issue

vicky0802 opened this issue · 3 comments

Please check below image
Screenshot 2020-05-14 at 8 18 53 PM

I set config file as shown in image while I build application and run in mobile got error like below image.

Screenshot 2020-05-14 at 8 18 08 PM

The sdk needs updating due to the switch from Fabric to Firebase. I've got this on my list of things to do but might be a while before i get to it. You can make the updates on your own instance

@vicky0802
Currently, our app depends on Fabric’s SDK as well (which has been) deprecated recently to initialize Firebase - Crashlytics which is why this exception is being thrown.

We’ll be updating our Firebase SDK in the next few weeks which solves this problem. Or if you want, you can do the update and push an upstream PR. Happy to review an OSPR doing this!

The issue seems to be resolved now - PR-1419. ✨