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(Android): create separate staging app #552

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

boringcactus
Copy link
Member

Summary

Ticket: Set up separate staging and prod Android builds

I'm surprised that the hardest part of this was finding the Android Studio option to switch between flavors (which I've added to the README).

I've dusted off my bad placeholder staging app icon and set it up with the same background/foreground setup as when I imported the placeholder prod app icon back in the day. I've gone ahead and updated the names on both to match the iOS app names.

We can't ship updates to the Google Play staging app since it doesn't exist, so the CI is still pointing at prod. I've submitted the infra request to create the staging app in Google Play.

None of these assets actually need to be rendered as multi-DPI PNGs; I may have been too eager to automate that setup in the beginning. I have created a separate task to resolve this mess.

Testing

Manually verified that the apps can be installed in parallel and talk to the right backend.

@boringcactus boringcactus requested a review from a team as a code owner November 21, 2024 22:44
Copy link
Contributor

@EmmaSimon EmmaSimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow, yeah this is surprisingly straightforward!

@boringcactus boringcactus merged commit 234d817 into main Nov 22, 2024
5 checks passed
@boringcactus boringcactus deleted the mth-android-flavors branch November 22, 2024 22:46
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.

2 participants