Confirmed users
3,314
edits
m (→Testing GeckoView: Add tip about leaving Focus beta program) |
(→Using GeckoView: Point to GV's Nightly builds on maven.mozilla.org) |
||
Line 24: | Line 24: | ||
repositories { | repositories { | ||
maven { | maven { | ||
url 'https:// | url 'https://maven.mozilla.org/?prefix=maven2/' | ||
} | } | ||
} | } | ||
Line 35: | Line 35: | ||
<pre> | <pre> | ||
dependencies { | dependencies { | ||
implementation 'org.mozilla:geckoview-nightly-armeabi-v7a:+' | implementation 'org.mozilla:geckoview:geckoview-nightly-armeabi-v7a:+' | ||
} | } | ||
</pre> | </pre> | ||
This will always use the latest Nightly in the repository. As GeckoView development continues, we will have Beta and Release repositories that have the expected version names ( | This will always use the latest Nightly in the repository. As GeckoView development continues, we will have Beta and Release repositories that have the expected version names (62.0.0, etc). | ||
==== Loading a page in GeckoView ==== | ==== Loading a page in GeckoView ==== |