dstark5 / Openlib

An Open source app to download and read books from shadow library (Anna’s Archive)
GNU General Public License v3.0
1.18k stars 62 forks source link

F-Droid build failed #129

Open linsui opened 2 weeks ago

linsui commented 2 weeks ago

https://gitlab.com/fdroid/checkupdates-bot-fdroiddata/-/jobs/8252325792

https://gitlab.com/fdroid/fdroiddata/-/merge_requests/16283

I thought this is because we enabled shrinkResources to remove the nonfree libs from flutter. Could you please take a look? Thanks!

dstark5 commented 2 weeks ago

Hi @linsui, we need to have "shrinkResources = false" as the app uses a epub reader which requires it

linsui commented 2 weeks ago

Maybe this can be solved by proper proguard rules?

dstark5 commented 2 weeks ago

I don't know but will look on it, so without shrink the app build won't be available in fdroid?

linsui commented 2 weeks ago

Yep, see https://gitlab.com/fdroid/fdroiddata/-/issues/2949 for more details. :)