flipperdevices / Flipper-Android-App

Android Mobile app to rule all Flipper's family
https://forum.flipperzero.one/c/mobile/14
MIT License
1.57k stars 181 forks source link

F-Droid can't build #988

Closed licaon-kter closed 1 week ago

licaon-kter commented 1 week ago

ref: https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8330654328/viewer#L541

so I remove some stuff that's known non-FOSS: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16572/diffs#15ed47849e7fb215392b4d0ba8777d208cc3fb8d_537_544

and clean 2 lines: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16572/diffs#15ed47849e7fb215392b4d0ba8777d208cc3fb8d_537_554

but now it fails: https://gitlab.com/fdroid/fdroiddata/-/jobs/8332194404#L6175

what did I miss?

makeevrserg commented 1 week ago

Bug in components:analytics:metric:noop. SingleActivity require MetricAndroidApi, but only MetricApi is provided in components:analytics:metric:noop

LionZXY commented 1 week ago

Sorry, it's our fault

LionZXY commented 1 week ago

@licaon-kter could you please try this commit? https://github.com/flipperdevices/Flipper-Android-App/commit/c879b21c6723f1482e3c93de8650e1547aa5481a

licaon-kter commented 1 week ago

thanks, builds fine and (at leasts) starts fine :+1: