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
As noted in #4 (comment) 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.
The text was updated successfully, but these errors were encountered:
As noted in #4 (comment) 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.
The text was updated successfully, but these errors were encountered: