Use pinned Android Components Nightly version instead of snapshots.

fennec/beta
Sebastian Kaspari 4 years ago
parent 4dc26205bc
commit 34144fd254

@ -2,7 +2,7 @@
buildscript {
repositories {
maven {
url "https://snapshots.maven.mozilla.org/maven2"
url "https://nightly.maven.mozilla.org/maven2"
}
maven {
url "https://maven.mozilla.org/maven2"

@ -89,7 +89,7 @@ class Core(private val context: Context) {
)
}
val sessionStorage: SessionStorage by lazy {
private val sessionStorage: SessionStorage by lazy {
SessionStorage(context, engine = engine)
}

@ -25,7 +25,7 @@ allprojects {
repositories {
google()
maven {
url "https://snapshots.maven.mozilla.org/maven2"
url "https://nightly.maven.mozilla.org/maven2"
}
maven {
url "https://maven.mozilla.org/maven2"

@ -0,0 +1,8 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "37.0.20200316130158"
}

@ -33,7 +33,7 @@ object Versions {
const val google_material = "1.1.0"
const val google_flexbox = "2.0.1"
const val mozilla_android_components = "37.0.0-SNAPSHOT"
const val mozilla_android_components = AndroidComponents.VERSION
const val adjust = "4.18.3"
const val installreferrer = "1.0"

Loading…
Cancel
Save