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

[Vision Glass] Correctly update applicationId for global App Gallery #1547

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

felipeerias
Copy link
Collaborator

To release Wolvic in the global App Gallery, we need to use this application ID:

com.igalia.wolvic.world.visionglass

This change replaces an earlier one that was not working as expected.

app/build.gradle Outdated
@@ -436,6 +436,18 @@ android {

}

androidComponents {
onVariants(selector().withBuildType("release")) { variant ->
Copy link
Member

Choose a reason for hiding this comment

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

Not sure we want to limit it to release builds. I think this is also useful for testing, we might want to have both mainland china and world versions.

Also we already have some configureEach loops for finetuning variants, couldn't we integrate this into any of those?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@svillar I have updated the PR so the changes apply to both release and debug builds.

Unfortunately the change in application Id needs to happen at a very specific time in the build process so I was not able to include it in our existing loops.

To release Wolvic in the global App Gallery, we need to use this application ID:

    com.igalia.wolvic.world.visionglass

This commit replaces an earlier one that was not working as expected.
Copy link
Member

@svillar svillar left a comment

Choose a reason for hiding this comment

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

OK, let it be

@svillar svillar merged commit 53bba80 into Igalia:main Oct 9, 2024
6 checks passed
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