Confirmed users
3,338
edits
(→Testing GeckoView: Expand instructions for re-joining the beta program) |
(→Add GeckoView to your build.gradle: Describe GV channels and relbranch) |
||
| Line 29: | Line 29: | ||
GeckoView builds are published in a Maven repository: [https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/ maven.mozilla.org] with three release channels: | GeckoView builds are published in a Maven repository: [https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/ maven.mozilla.org] with three release channels: | ||
* Nightly: geckoview-nightly-armeabi-v7a | * Nightly: geckoview-nightly-armeabi-v7a | ||
* Beta: geckoview-beta-armeabi-v7a | * Beta: geckoview-beta-armeabi-v7a | ||
* Stable: geckoview-armeabi-v7a | * Stable: geckoview-armeabi-v7a | ||
New Nightly builds are released every day from Firefox's [https://hg.mozilla.org/mozilla-central/ mozilla-central repository]. New Beta builds are released once or twice a week from Firefox/Gecko's [https://hg.mozilla.org/releases/mozilla-beta mozilla-beta repository]. New major versions of the Stable channel are released every 6-8 weeks when a new major version of Firefox is released, but dot releases with security fixes may be released more frequently. The Stable channel is built from a release branch ("relbranch") in the [mozilla-release repository] with a branch name like [https://hg.mozilla.org/releases/mozilla-release/shortlog/GECKOVIEW_62_RELBRANCH GECKOVIEW_62_RELBRANCH]. | |||
And three different architectures: | And three different architectures: | ||