You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F-Droid requires apps in its main repo to be 100% free (libre) software. Google Play Services libraries are proprietary.
If I understand correctly, you want to add crash reporting. I can recommend ACRA for that (F-Droid client uses it). It's free software and you can configure it to open an email client with the crash log when a crash happens, thus avoiding the Internet permission in your app.
The text was updated successfully, but these errors were encountered:
Found in version: 0.18.3
Current behavior: build.gradle includes com.google.gms:google-services.
Expected behavior: no proprietary bits.
Step to reproduce: n/a.
F-Droid requires apps in its main repo to be 100% free (libre) software. Google Play Services libraries are proprietary.
If I understand correctly, you want to add crash reporting. I can recommend ACRA for that (F-Droid client uses it). It's free software and you can configure it to open an email client with the crash log when a crash happens, thus avoiding the Internet permission in your app.
The text was updated successfully, but these errors were encountered: