Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Add support for GV beta and release builds #3599

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Add support for GV beta and release builds #3599

merged 1 commit into from
Jul 2, 2020

Conversation

MortimerGoro
Copy link
Contributor

Fixes #3369

I could add a flavor or user property to add more dynamic options to select the branch if we consider it's worth it

@MortimerGoro MortimerGoro added this to the #11 polish milestone Jul 1, 2020
@MortimerGoro MortimerGoro self-assigned this Jul 1, 2020
versions.gradle Outdated
Comment on lines 61 to 66
gecko_view.nightly_armv7a = "org.mozilla.geckoview:geckoview-nightly-armeabi-v7a:$versions.gecko_view_nightly"
gecko_view.nightly_arm64 = "org.mozilla.geckoview:geckoview-nightly-arm64-v8a:$versions.gecko_view_nightly"
gecko_view.nightly_x86_64 = "org.mozilla.geckoview:geckoview-nightly-x86_64:$versions.gecko_view_nightly"
gecko_view.beta_armv7a = "org.mozilla.geckoview:geckoview-beta-armeabi-v7a:$versions.gecko_view_beta"
gecko_view.beta_arm64 = "org.mozilla.geckoview:geckoview-beta-arm64-v8a:$versions.gecko_view_beta"
gecko_view.beta_x86_64 = "org.mozilla.geckoview:geckoview-beta-x86_64:$versions.gecko_view_beta"
gecko_view.release_armv7a = "org.mozilla.geckoview:geckoview-armeabi-v7a:$versions.gecko_view_release"
gecko_view.release_arm64 = "org.mozilla.geckoview:geckoview-arm64-v8a:$versions.gecko_view_release"
gecko_view.release_x86_64 = "org.mozilla.geckoview:geckoview-x86_64:$versions.gecko_view_release"
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we need the armv7a anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

correct, I have removed the armv7 dependencies

arm64Implementation deps.gecko_view.nightly_arm64
x86_64Implementation deps.gecko_view.nightly_x86_64
// "nightly" or "beta" or "release"
def branch = "nightly"
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if branch should be set in versions.gradle? Probably fine since we need to think about how we are going to handle this for future releases.

@bluemarvin bluemarvin merged commit d0f5716 into main Jul 2, 2020
@bluemarvin bluemarvin deleted the v11/gv_beta branch July 2, 2020 16:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebXR/WebVR immersive mode fails when using beta and release versions of GeckoView
2 participants