Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non free dependencies #85

Open
Donkey-Doug opened this issue Sep 1, 2021 · 1 comment
Open

Non free dependencies #85

Donkey-Doug opened this issue Sep 1, 2021 · 1 comment

Comments

@Donkey-Doug
Copy link

According to the fdroid app, quick bible has non free dependencies. Also, the app is no longer updated on the fdroid repo.

Why is this the case?

@IzzySoft
Copy link

IzzySoft commented May 8, 2022

Offending libs:
---------------
* Crashlytics (/com/crashlytics): NonFreeDep,Tracking
* Firebase Data Transport (/com/google/android/datatransport): NonFreeNet
* Google Mobile Services (/com/google/android/gms): NonFreeDep
* Firebase (/com/google/firebase): NonFreeNet,NonFreeDep
* Firebase Analytics (/com/google/firebase/analytics): NonFreeDep,Tracking

5 offenders.

The libraries marked NonFreeDep are show-stoppers for F-Droid.org. It looks like GMS and Firebase are just dragged in by Crashlytics and Firebase Analytics. Maybe you could get rid of those two, or replace them by some less offensive FOSS analytics? You can find some hints on that here, including possible candidates.

You could do so in general, or maybe establish a FOSS build flavor to be used for F-Droid (and for the APKs attached to your releases). Your more privacy focused users will appreciate that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants