Confirmed users
3,335
edits
(→Using GeckoView: Point to GV's Nightly builds on maven.mozilla.org) |
(→Using GeckoView: Add details about Maven repo) |
||
Line 19: | Line 19: | ||
== Using GeckoView == | == Using GeckoView == | ||
==== Add | ==== Add GeckoView to your build.gradle ==== | ||
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 | |||
* Beta: geckoview-beta-armeabi-v7a | |||
* Stable: geckoview-armeabi-v7a | |||
And three different architectures: | |||
* armeabi-v7a (32-bit ARM) | |||
* arm64-v8a (64-bit ARM aka AArch64) | |||
* x86 (32-bit) | |||
* (and coming soon: x86-64) | |||
<pre> | <pre> |