fdroid icon indicating copy to clipboard operation
fdroid copied to clipboard

feat: support multiple apks per release

Open farfromrefug opened this issue 3 years ago • 2 comments

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?

farfromrefug avatar Feb 25 '22 16:02 farfromrefug

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

xarantolus avatar Feb 25 '22 21:02 xarantolus

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!

evermind-zz avatar Mar 14 '24 07:03 evermind-zz