From 317000247f37ccc04b000bf81086b7ca20ca42c8 Mon Sep 17 00:00:00 2001 From: Sebastian Kaspari Date: Tue, 24 Sep 2019 17:26:24 +0200 Subject: [PATCH] [fenix] Use Mozilla Android Components 15.0.0-SNAPSHOT. (https://github.com/mozilla-mobile/fenix/pull/5517) --- 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 3fef2d447e..0b4d5efba7 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -35,7 +35,7 @@ object Versions { const val androidx_work = "2.0.1" const val google_material = "1.1.0-alpha10" - const val mozilla_android_components = "14.0.0-SNAPSHOT" + const val mozilla_android_components = "15.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