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

feat: build android fat bundle and split bundles #2027

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Feb 13, 2024

Resolves #2025

I've opted for also the split bundles, because the full one is so big.

This will generate different apk bundles:

 81M Feb 13 14:28 app-arm64-v8a-full-release.apk
 40B Feb 13 14:29 app-arm64-v8a-full-release.apk.sha1
 57M Feb 13 14:28 app-armeabi-v7a-full-release.apk
 40B Feb 13 14:29 app-armeabi-v7a-full-release.apk.sha1
288M Feb 13 14:29 app-full-release.apk
 40B Feb 13 14:29 app-full-release.apk.sha1
 94M Feb 13 14:28 app-x86_64-full-release.apk
 40B Feb 13 14:29 app-x86_64-full-release.apk.sha1

@bonomat bonomat added this pull request to the merge queue Feb 13, 2024
Merged via the queue into main with commit e9a2984 Feb 13, 2024
21 checks passed
@bonomat bonomat deleted the feat/apk-bundle branch February 13, 2024 14:27
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

Successfully merging this pull request may close these issues.

Publish bundled APK
2 participants