Mobile/GeckoView: Difference between revisions

Jump to navigation Jump to search
→‎Using GeckoView: Point to GV's Nightly builds on maven.mozilla.org
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://index.taskcluster.net/v1/task/gecko.v2.mozilla-central.nightly.latest.mobile.android-api-16-opt/artifacts/public/android/maven'
       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 (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 (62.0.0, etc).


==== Loading a page in GeckoView ====
==== Loading a page in GeckoView ====
Confirmed users
3,314

edits

Navigation menu