Confirmed users
414
edits
(→Bugs: Moved bugs to https://wiki.mozilla.org/Mobile/GeckoView/Bugs) |
|||
Line 25: | Line 25: | ||
<pre> | <pre> | ||
dependencies { | dependencies { | ||
implementation 'org.mozilla: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 (61.0.0, etc). | 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 (61.0.0, etc). | ||
==== Loading a page in GeckoView ==== | ==== Loading a page in GeckoView ==== |