niks255/FairEmail

Remove Bugsnag and Google Billing

Closed this issue · 2 comments

Sources have unneeded Bugsnag and Google Billing features, atavisms from original app version. I propose to delete these lines (but don't know how myself, or I'd already send PR)

Google billing is only for playstore builds, it is not included in github builds of the app - neither original nor mine.

Removing bugsnag is pointless, since it is an open-source library and reports are turned off by default.

Thanks for the answer.