[PR #48] [MERGED] Implement CI/CD for Android #8453

Closed
opened 2026-02-05 13:47:24 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/48
Author: @alextran1502
Created: 3/14/2022
Status: Merged
Merged: 3/14/2022
Merged by: @alextran1502

Base: mainHead: dev/cicd-android


📝 Commits (4)

📊 Changes

38 files changed (+346 additions, -63 deletions)

View changed files

📝 .DS_Store (+0 -0)
📝 mobile/.gitignore (+3 -0)
mobile/android/Gemfile (+3 -0)
mobile/android/Gemfile.lock (+218 -0)
📝 mobile/android/app/build.gradle (+18 -2)
📝 mobile/android/app/src/debug/AndroidManifest.xml (+4 -5)
📝 mobile/android/app/src/main/AndroidManifest.xml (+1 -1)
📝 mobile/android/app/src/profile/AndroidManifest.xml (+4 -5)
mobile/android/fastlane/Appfile (+2 -0)
mobile/android/fastlane/Fastfile (+25 -0)
mobile/android/fastlane/README.md (+32 -0)
mobile/android/fastlane/report.xml (+20 -0)
mobile/android/metadata/en-US/full_description.txt (+3 -0)
mobile/android/metadata/en-US/images/featureGraphic.png (+0 -0)
mobile/android/metadata/en-US/images/icon.png (+0 -0)
mobile/android/metadata/en-US/images/phoneScreenshots/1_en-US.png (+0 -0)
mobile/android/metadata/en-US/images/phoneScreenshots/2_en-US.png (+0 -0)
mobile/android/metadata/en-US/images/phoneScreenshots/3_en-US.png (+0 -0)
mobile/android/metadata/en-US/images/phoneScreenshots/4_en-US.png (+0 -0)
mobile/android/metadata/en-US/images/phoneScreenshots/5_en-US.png (+0 -0)

...and 18 more files

📄 Description

No description provided


🔄 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/48 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/14/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/cicd-android` --- ### 📝 Commits (4) - [`76780d3`](https://github.com/immich-app/immich/commit/76780d311436793201e3191b1e212d70d5fdff5a) update gitignore - [`13ef958`](https://github.com/immich-app/immich/commit/13ef9580203c564f06a4b30b93ed790b73b72315) Setup signing and add first release to playstore - [`c448e6a`](https://github.com/immich-app/immich/commit/c448e6ae2f4038e91a976c372a1092342b834f71) Upload aab - [`be435e7`](https://github.com/immich-app/immich/commit/be435e71f8be2308aeb5126371e9cc08567141b8) Update version ### 📊 Changes **38 files changed** (+346 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `.DS_Store` (+0 -0) 📝 `mobile/.gitignore` (+3 -0) ➕ `mobile/android/Gemfile` (+3 -0) ➕ `mobile/android/Gemfile.lock` (+218 -0) 📝 `mobile/android/app/build.gradle` (+18 -2) 📝 `mobile/android/app/src/debug/AndroidManifest.xml` (+4 -5) 📝 `mobile/android/app/src/main/AndroidManifest.xml` (+1 -1) 📝 `mobile/android/app/src/profile/AndroidManifest.xml` (+4 -5) ➕ `mobile/android/fastlane/Appfile` (+2 -0) ➕ `mobile/android/fastlane/Fastfile` (+25 -0) ➕ `mobile/android/fastlane/README.md` (+32 -0) ➕ `mobile/android/fastlane/report.xml` (+20 -0) ➕ `mobile/android/metadata/en-US/full_description.txt` (+3 -0) ➕ `mobile/android/metadata/en-US/images/featureGraphic.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/icon.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/phoneScreenshots/1_en-US.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/phoneScreenshots/2_en-US.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/phoneScreenshots/3_en-US.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/phoneScreenshots/4_en-US.png` (+0 -0) ➕ `mobile/android/metadata/en-US/images/phoneScreenshots/5_en-US.png` (+0 -0) _...and 18 more files_ </details> ### 📄 Description _No description provided_ --- <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 13:47:24 +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#8453