feat: support multiple apks per release
on f droid we usually build split apks to make installs smaller on devices. Your f droid repo does not support this because a release can have only one apk.
Could you add support for multiple apks per release?
PS: what is the release name used for?
Could you add support for multiple apks per release?
Should be possible, at least if the fdroid update command automatically recognizes that it's just a different target architecture of the same app & version (I assume it does, but didn't test it). Might do that in a few days :)
What is the release name used for?
The release name, as in the git tag, is used for naming the APK files in the repo. The scheme is appName_gitTag.apk. So if support for multiple APKs is added, that scheme will change a bit
Great I would like to see this feature. Did you test frdoid update? But if it is just to run this command than it would be easy I think!