GreenPassApp / greenpass-app

https://greenpassapp.eu
GNU General Public License v3.0
97 stars 7 forks source link

Non-OSS dependencies block F-Droid inclusion #16

Closed pludi closed 2 years ago

pludi commented 3 years ago

As noted in https://github.com/GreenPassApp/greenpass-app/issues/4#issuecomment-876174468 there is some dependency in the code that prevents the F-Droid build from completing as it includes blocklisted packages, probably from the com.google.android.gms namespace.

gradle -q dependencies unfortunately doesn't give any detailed information on my machine.

One possible source could be the included Google ML package which I assume is used for QR code detection & decoding, but I don't know enough about the code to verify and/or change that.

JakobStadlhuber commented 3 years ago

Yes you are right, Google ML, which works offline without communication to google, will not be accepted from F-Drod. For now please use the .apk https://greenpassapp.eu/download or https://github.com/GreenPassApp/greenpass-app/releases/tag/1.0.2

jondo commented 2 years ago

Was this closed as "wontfix" or as "fixed"?