1
0
Fork 0

Update to Mozilla Android Components 0.45.0-SNAPSHOT and GeckoView Nightly 67.0.20190226093755. (#676)

master
Sebastian Kaspari 2019-02-26 17:24:14 +01:00 committed by Sawyer Blatz
parent 73a57f2b45
commit 49d527d0dd
2 changed files with 6 additions and 4 deletions

View File

@ -56,7 +56,10 @@ open class FenixApplication : Application() {
private fun loadExperiments() {
val experimentsFile = File(filesDir, EXPERIMENTS_JSON_FILENAME)
val experimentSource = KintoExperimentSource(
EXPERIMENTS_BASE_URL, EXPERIMENTS_BUCKET_NAME, EXPERIMENTS_COLLECTION_NAME
EXPERIMENTS_BASE_URL,
EXPERIMENTS_BUCKET_NAME,
EXPERIMENTS_COLLECTION_NAME,
components.core.client
)
// TODO add ValueProvider to keep clientID in sync with Glean when ready
fretboard = Fretboard(experimentSource, FlatFileExperimentStorage(experimentsFile))

View File

@ -5,8 +5,7 @@
private object Versions {
const val kotlin = "1.3.11"
const val android_gradle_plugin = "3.2.1"
const val geckoNightly = "67.0.20190213102848"
const val geckoNightly = "67.0.20190226093755"
const val rxAndroid = "2.1.0"
const val rxKotlin = "2.3.0"
const val anko = "0.10.8"
@ -22,7 +21,7 @@ private object Versions {
const val androidx_fragment = "1.1.0-alpha04"
const val androidx_safeargs = "1.0.0-beta01"
const val mozilla_android_components = "0.43.0-SNAPSHOT"
const val mozilla_android_components = "0.45.0-SNAPSHOT"
const val test_tools = "1.0.2"
const val espresso_core = "2.2.2"