AndreyAsadchy / Xtra

Xtra is a Twitch player and browser for Android.
GNU Affero General Public License v3.0
113 stars 53 forks source link

Publish on F-Droid #34

Open arm32x opened 3 years ago

arm32x commented 3 years ago

Since this app is open-source, it would be great if it could be published on F-Droid.

IzzySoft commented 3 years ago

In its current state it would not be accepted I'm afraid, see here. Show stoppers are:

Offending libs:
---------------
* BillingClient (/com/android/billingclient): NonFreeDep,NonFreeNet
* Crashlytics (/com/crashlytics): 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): Tracking

6 offenders.

F-Droid would need a build flavor where those dependencies are removed.