From 3fbfdac129510e1edd1668cef7d8ed0e34f39516 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Thu, 23 Jan 2020 17:10:26 -0500 Subject: [PATCH] Changelog: https://github.com/mozilla/application-services/releases/tag/v0.48.3 Ref: mozilla-mobile/android-components#5703 @grigoryk @ekager r? --- 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 3636b2640..736c02380 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -39,7 +39,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.48.2" + const val mozilla_appservices = "0.48.3" const val mozilla_glean = "23.0.0"