From 401cc37f99b16185659fe9324ec53d2864a79b64 Mon Sep 17 00:00:00 2001 From: Edouard Oger Date: Fri, 29 Nov 2019 13:57:56 -0500 Subject: [PATCH] Update Application Services to 0.44.0 --- buildSrc/src/main/java/Dependencies.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index 6c0126f3e..d5d6920f1 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -43,7 +43,7 @@ object Versions { // 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.42.2" + const val mozilla_appservices = "0.44.0" const val mozilla_glean = "19.0.0"