foobnix / LibreraReader

Book Reader for Android
http://librera.mobi
Other
2.72k stars 297 forks source link

Bug: Please upload Arm64 and Arm7 separately in F-Droid repository, so fdroid can update librera by downloading the small size apk not the universal one that is very large #1237

Open User1l0 opened 5 months ago

foobnix commented 5 months ago

As far as I know, F-Droid does not allow splitting .apk by architectures. Please write about this to f-droid

shuvashish76 commented 3 months ago

Requested: https://gitlab.com/fdroid/fdroiddata/-/issues/3216

licaon-kter commented 3 months ago

allows just fine, the only gotcha is that each arch needs it's own separate versionCode, eg. if versionCode is 123 then armv7 gets 12301, arm64 gets 12302, etc.

shuvashish76 commented 3 months ago

https://gitlab.com/fdroid/fdroiddata/-/issues/3216 @foobnix any updates?