Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architecture variants for F-Droid #978

Closed
SebiderSushi opened this issue Apr 16, 2020 · 3 comments
Closed

Architecture variants for F-Droid #978

SebiderSushi opened this issue Apr 16, 2020 · 3 comments

Comments

@SebiderSushi
Copy link

As stated in another issue, version 5.0.1 now contains ffmpeg libraries to parse metadata.
Since F-Droid does not support app bundles, users are left to download and install an apk file that contains libraries for all supported architectures. This currently implies an apk size of 85MB, while previous apks where even smaller than 5MB.

However, F-Droid supports building and publishing apk variants by architecture. That way, F-Droid users could be given the option to download and install just what's necessary for their architecture even without app bundle or split-apk support by F-Droid.

@PaulWoitaschek
Copy link
Owner

I commented on the fdroid issue for supporting app bundles.

https://gitlab.com/fdroid/fdroidserver/-/issues/731

I'd rather not complicate the build process but instead have fdroid handle this.

@licaon-kter
Copy link

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
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants