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 ====