[PR #2826] [MERGED] chore(mobile): Add debug build type suffix to the applicationId and version #9738

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/2826
Author: @brighteyed
Created: 6/17/2023
Status: Merged
Merged: 6/18/2023
Merged by: @alextran1502

Base: mainHead: dev/android-debug-build-type


📝 Commits (1)

  • f40e292 Add debug build type suffix to the applicationId and version

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 mobile/android/app/build.gradle (+5 -0)
📝 mobile/lib/shared/providers/server_info.provider.dart (+1 -1)

📄 Description

This PR adds .debug suffix to the applicationId and -DEBUG suffix to the versionName for debug builds. So now we can debug the mobile app on Android alongside the production/release version installed.

versionName:
version

applicationId:
applicationId


🔄 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/2826 **Author:** [@brighteyed](https://github.com/brighteyed) **Created:** 6/17/2023 **Status:** ✅ Merged **Merged:** 6/18/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/android-debug-build-type` --- ### 📝 Commits (1) - [`f40e292`](https://github.com/immich-app/immich/commit/f40e29205df61ac10aa9c827ce225e752956bb5f) Add debug build type suffix to the applicationId and version ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `mobile/android/app/build.gradle` (+5 -0) 📝 `mobile/lib/shared/providers/server_info.provider.dart` (+1 -1) </details> ### 📄 Description This PR adds `.debug` suffix to the `applicationId` and `-DEBUG` suffix to the `versionName` for debug builds. So now we can debug the mobile app on Android alongside the production/release version installed. versionName: ![version](https://github.com/immich-app/immich/assets/71479/a624bd8c-5899-4e17-bf9a-edd67735ede1) applicationId: ![applicationId](https://github.com/immich-app/immich/assets/71479/ef5fe46b-03aa-443c-a9d8-3d452bc9bf07) --- <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:09:55 +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#9738