holochain / holochain/android-service-runtime
Change tauri identifier when building with "system_settings" feature
- Dominant language
- Rust
- Stars
- 4
- Forks
- 2
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 3
Description
To avoid having conflicting android package names for the "system" build and the "user" build, Volla requested different android package names.
AC:
- add a `tauri.system.conf.json` with the new identifier
- add a `tauri.user.conf.json` with the new identifier (optional - this could stay the same)
- modfiy the ci workflow `release-apps.yml`: for all commands that run `pnpm run build:android-service-runtime` add the additional flag ` -- config tauri.${{ matrix.label }}.conf.json`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Android build configuration and the release-apps.yml workflow. Review how build:android-service-runtime is invoked for each matrix label and verify the existing identifier settings. Done means system and user builds use the intended package identifiers and every relevant workflow command selects the matching configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, github-actions, rust, tauri
- Domain
- build-system, ci-cd, mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- Half a day
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100