[PR #3940] [MERGED] chore(mobile): build split APKs #10171

Closed
opened 2026-02-05 14:17:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3940
Author: @magicedy
Created: 9/1/2023
Status: Merged
Merged: 9/7/2023
Merged by: @alextran1502

Base: mainHead: main


📝 Commits (2)

  • 05aa598 chore(mobile): build split APKs
  • 10fcd92 chore(mobile): build split APKs and universalApk

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 .github/workflows/build-mobile.yml (+4 -2)

📄 Description

A fat APK that contains binaries for multiple ABIs embedded within it, but it has the drawback that its file size is much larger.
So, build split APKs, as described in build an APK using the --split-per-abi flag.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3940 **Author:** [@magicedy](https://github.com/magicedy) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/7/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`05aa598`](https://github.com/immich-app/immich/commit/05aa598a2001984a24d039c56c5fd860fa909cdd) chore(mobile): build split APKs - [`10fcd92`](https://github.com/immich-app/immich/commit/10fcd92e350a9ef21f22137ad1ace1a70fe68116) chore(mobile): build split APKs and universalApk ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-mobile.yml` (+4 -2) </details> ### 📄 Description A [fat APK](https://docs.flutter.dev/deployment/android#what-is-a-fat-apk) that contains binaries for multiple ABIs embedded within it, but it has the drawback that its file size is much larger. So, build split APKs, as described in [build an APK](https://docs.flutter.dev/deployment/android#build-an-apk) using the --split-per-abi flag. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:17:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10171