1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 * Gecko version and release channel constants used by this version of Android Components.
12 const val version = "123.0.20231230213730"
17 val channel = GeckoChannel.NIGHTLY
21 * Enum for GeckoView release channels.
23 enum class GeckoChannel(
24 val artifactName: String,
26 NIGHTLY("geckoview-nightly-omni"),
27 BETA("geckoview-beta-omni"),
28 RELEASE("geckoview-omni"),