diff --git a/buildSrc/src/main/java/Dependencies.kt b/buildSrc/src/main/java/Dependencies.kt index 7b2ba5b8f..fddba74b9 100644 --- a/buildSrc/src/main/java/Dependencies.kt +++ b/buildSrc/src/main/java/Dependencies.kt @@ -35,7 +35,7 @@ private object Versions { // The version number below tracks the application-services version // that we depend on directly for tests, and it's important that it // be kept in sync with the version used by android-components above. - const val mozilla_appservices = "0.30.0" + const val mozilla_appservices = "0.30.0" const val autodispose = "1.1.0" const val adjust = "4.11.4"