Hi. When I am trying to compile my project with your library I get the following errors:
error: duplicate value for resource 'attr/font' with config ''.
Message{kind=ERROR, text=error: resource previously defined here., sources=[...\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\1ef06ebeb346cde48963bebb42b7dd7b\res\values\values.xml:246:5-69], original message=, tool name=Optional.of(AAPT)}
and
error: resource previously defined here.
Message{kind=ERROR, text=error: resource previously defined here., sources=[...\.gradle\caches\transforms-1\files-1.1\appcompat-v7-26.1.0.aar\1ef06ebeb346cde48963bebb42b7dd7b\res\values\values.xml:246:5-69], original message=, tool name=Optional.of(AAPT)}
In my project I use 25.2.0 version of support library.