DanGrewal1

Results 1 issues of DanGrewal1

The tikxml is working with retrofit but its not converting the "\&" in the xml. I'm trying to follow the docs to add the HtmlEscapeStringConverter ``` TikXml.Builder() .addTypeConverter(String.class, new HtmlEscapeStringConverter())...