From 3ac17fd3904266f39dc56839859dab51402d6db4 Mon Sep 17 00:00:00 2001 From: Jonathan Almeida Date: Fri, 10 Jan 2020 15:52:13 -0500 Subject: [PATCH] Update App Services version to 0.48.1 (#7601) Multiple PRs required to fix UI tests. Force land needed. --- 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 922982456..f8d53eac1 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -38,7 +38,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.44.0" + const val mozilla_appservices = "0.48.1" const val mozilla_glean = "23.0.0"