Changes

Jump to: navigation, search

Mobile/GeckoView

83 bytes removed, 18:55, 7 September 2018
Using GeckoView: Point to GV's Nightly builds on maven.mozilla.org
repositories {
maven {
url 'https://index.taskcluster.net/v1/task/gecko.v2maven.mozilla-central.nightly.latest.mobile.android-api-16-opt/artifactsorg/public?prefix=maven2/android/maven'
}
}
<pre>
dependencies {
implementation 'org.mozilla:geckoview:geckoview-nightly-armeabi-v7a:+'
}
</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 (6162.0.0, etc).
==== Loading a page in GeckoView ====
Confirm
3,273
edits

Navigation menu