1
0
Fork 0

Upgrade A-C to 0.51.0-SNAPSHOT

This additionally changes GeckoView versions to match
then one used in A-C.
master
Alessio Placitelli 2019-04-18 11:38:03 +02:00 committed by Sebastian Kaspari
parent 5ca9040702
commit ff36e41da5
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ private object Versions {
const val androidx_recyclerview = "1.1.0-alpha04"
const val appservices_gradle_plugin = "0.4.4"
const val mozilla_android_components = "0.50.0-SNAPSHOT"
const val mozilla_android_components = "0.51.0-SNAPSHOT"
const val mozilla_appservices = "0.25.2"
const val autodispose = "1.1.0"

View File

@ -3,9 +3,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
internal object GeckoVersions {
const val nightly_version = "68.0.20190414095735"
const val beta_version = "67.0.20190318154932"
const val release_version = "66.0.20190320150847"
const val nightly_version = "68.0.20190417093858"
const val beta_version = "67.0.20190415085659"
const val release_version = "66.0.20190322021635"
}
@Suppress("MaxLineLength")