From 2869239fec8c59f500b5bceb7bc6b29fa56ee1e0 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Thu, 19 Sep 2019 15:04:19 +0200 Subject: [PATCH] Use Mozilla Android Components 14.0.0-SNAPSHOT. --- buildSrc/src/main/java/Dependencies.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index a4ee6ef85..9c0331597 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -35,14 +35,14 @@ object Versions { const val androidx_work = "2.0.1" const val google_material = "1.1.0-alpha10" - const val mozilla_android_components = "13.0.0-SNAPSHOT" + const val mozilla_android_components = "14.0.0-SNAPSHOT" // Note that android-components also depends on application-services, // and in fact is our main source of appservices-related functionality. // The version number below tracks the application-services version // that we depend on directly for the fenix-megazord (and for it's // forUnitTest variant), and it's important that it be kept in // sync with the version used by android-components above. - const val mozilla_appservices = "0.38.2" + const val mozilla_appservices = "0.39.1" const val autodispose = "1.1.0" const val adjust = "4.11.4"