Source of blocklisted packages

Hi!

I’m trying to package a GreenPass App for F-Droid, but ran into an issue. The fdroid build job in the Pipeline complains about “blocklisted packages in final apk”. Those are in the com.google.android.gms namespace, but how can I find out where they’re included from? I couldn’t find any direct inclusion of this at a quick checkover. It’s a Flutter/Dart app, so I’m not sure how I’d need to modify any build instructions to remove direct references to Google stuff.

TIA

gradle can show you the dependencies of your project

for details see View and Debug Dependencies

Thanks for the hint, but a gradle -q dependencies just tells me “No
configurations”.

I’ve opened an issue with the upstream devs meanwhile to get more
information.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.